diff options
580 files changed, 10691 insertions, 10638 deletions
diff --git a/tests/dir.props b/tests/dir.props index c97ddd5c5e..ce9063c114 100644 --- a/tests/dir.props +++ b/tests/dir.props @@ -46,7 +46,7 @@ <ItemGroup> <ValidationPattern Include="^(?i)((System\..%2A)|(Microsoft\.CSharp)|(Microsoft\.NETCore.%2A)|(Microsoft\.Win32\..%2A)|(Microsoft\.VisualBasic))(?<!TestData)$"> - <ExpectedPrerelease>rc2-23816</ExpectedPrerelease> + <ExpectedPrerelease>rc3-24117-00</ExpectedPrerelease> </ValidationPattern> <ValidationPattern Include="^(?i)(xunit(\.assert|\.core|\.runner\.(utility|msbuild))?)$"> <ExpectedVersion>$(XunitPackageVersion)</ExpectedVersion> diff --git a/tests/runtest.proj b/tests/runtest.proj index 01f7fb1ed1..ecca866cbf 100644 --- a/tests/runtest.proj +++ b/tests/runtest.proj @@ -368,7 +368,7 @@ namespace $([System.String]::Copy($(Category)).Replace(".","_").Replace("\",""). { "dependencies": { "Microsoft.NETCore.Runtime.CoreCLR": "$(CoreclrPackageVersion)", - "Microsoft.NETCore.TestHost": "1.0.0-rc2-23816" + "Microsoft.NETCore.TestHost": "1.0.0-rc3-24117-00" }, "frameworks": { "dnxcore50": {} diff --git a/tests/src/Common/CoreCLRTestLibrary/project.json b/tests/src/Common/CoreCLRTestLibrary/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Common/CoreCLRTestLibrary/project.json +++ b/tests/src/Common/CoreCLRTestLibrary/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Common/Coreclr.TestWrapper/project.json b/tests/src/Common/Coreclr.TestWrapper/project.json index 46558ec58f..31c6781c5b 100644 --- a/tests/src/Common/Coreclr.TestWrapper/project.json +++ b/tests/src/Common/Coreclr.TestWrapper/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", "System.Threading.Tasks": "4.0.10", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/components/fileversioninfo/project.json b/tests/src/CoreMangLib/components/fileversioninfo/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/components/fileversioninfo/project.json +++ b/tests/src/CoreMangLib/components/fileversioninfo/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/components/stopwatch/project.json b/tests/src/CoreMangLib/components/stopwatch/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/components/stopwatch/project.json +++ b/tests/src/CoreMangLib/components/stopwatch/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/action/project.json b/tests/src/CoreMangLib/cti/system/action/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/action/project.json +++ b/tests/src/CoreMangLib/cti/system/action/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/activator/project.json b/tests/src/CoreMangLib/cti/system/activator/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/activator/project.json +++ b/tests/src/CoreMangLib/cti/system/activator/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/argumentexception/project.json b/tests/src/CoreMangLib/cti/system/argumentexception/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/argumentexception/project.json +++ b/tests/src/CoreMangLib/cti/system/argumentexception/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/argumentnullexception/project.json b/tests/src/CoreMangLib/cti/system/argumentnullexception/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/argumentnullexception/project.json +++ b/tests/src/CoreMangLib/cti/system/argumentnullexception/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/argumentoutofrangeexception/project.json b/tests/src/CoreMangLib/cti/system/argumentoutofrangeexception/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/argumentoutofrangeexception/project.json +++ b/tests/src/CoreMangLib/cti/system/argumentoutofrangeexception/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/arithmeticexception/project.json b/tests/src/CoreMangLib/cti/system/arithmeticexception/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/arithmeticexception/project.json +++ b/tests/src/CoreMangLib/cti/system/arithmeticexception/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/array/project.json b/tests/src/CoreMangLib/cti/system/array/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/array/project.json +++ b/tests/src/CoreMangLib/cti/system/array/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/arraytypemismatchexception/project.json b/tests/src/CoreMangLib/cti/system/arraytypemismatchexception/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/arraytypemismatchexception/project.json +++ b/tests/src/CoreMangLib/cti/system/arraytypemismatchexception/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/attribute/project.json b/tests/src/CoreMangLib/cti/system/attribute/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/attribute/project.json +++ b/tests/src/CoreMangLib/cti/system/attribute/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/attributetargets/project.json b/tests/src/CoreMangLib/cti/system/attributetargets/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/attributetargets/project.json +++ b/tests/src/CoreMangLib/cti/system/attributetargets/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/attributeusageattribute/project.json b/tests/src/CoreMangLib/cti/system/attributeusageattribute/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/attributeusageattribute/project.json +++ b/tests/src/CoreMangLib/cti/system/attributeusageattribute/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/badimageformatexception/project.json b/tests/src/CoreMangLib/cti/system/badimageformatexception/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/badimageformatexception/project.json +++ b/tests/src/CoreMangLib/cti/system/badimageformatexception/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/boolean/project.json b/tests/src/CoreMangLib/cti/system/boolean/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/boolean/project.json +++ b/tests/src/CoreMangLib/cti/system/boolean/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/byte/project.json b/tests/src/CoreMangLib/cti/system/byte/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/byte/project.json +++ b/tests/src/CoreMangLib/cti/system/byte/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/char/project.json b/tests/src/CoreMangLib/cti/system/char/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/char/project.json +++ b/tests/src/CoreMangLib/cti/system/char/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/charenumerator/project.json b/tests/src/CoreMangLib/cti/system/charenumerator/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/charenumerator/project.json +++ b/tests/src/CoreMangLib/cti/system/charenumerator/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/clscompliantattribute/project.json b/tests/src/CoreMangLib/cti/system/clscompliantattribute/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/clscompliantattribute/project.json +++ b/tests/src/CoreMangLib/cti/system/clscompliantattribute/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/collections/dictionaryentry/project.json b/tests/src/CoreMangLib/cti/system/collections/dictionaryentry/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/collections/dictionaryentry/project.json +++ b/tests/src/CoreMangLib/cti/system/collections/dictionaryentry/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } 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 fc8ccb4cc2..025841ec29 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,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } 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 fc8ccb4cc2..025841ec29 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,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } 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 fc8ccb4cc2..025841ec29 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,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } 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 fc8ccb4cc2..025841ec29 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,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } 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 fc8ccb4cc2..025841ec29 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,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } 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 fc8ccb4cc2..025841ec29 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,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } 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 fc8ccb4cc2..025841ec29 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,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } 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 fc8ccb4cc2..025841ec29 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,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } 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 fc8ccb4cc2..025841ec29 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,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } 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 fc8ccb4cc2..025841ec29 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,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } 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 fc8ccb4cc2..025841ec29 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,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } 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 fc8ccb4cc2..025841ec29 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,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } 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 fc8ccb4cc2..025841ec29 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,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } 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 fc8ccb4cc2..025841ec29 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,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } 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 fc8ccb4cc2..025841ec29 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,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } 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 fc8ccb4cc2..025841ec29 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,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } 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 fc8ccb4cc2..025841ec29 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,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } 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 fc8ccb4cc2..025841ec29 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,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } 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 fc8ccb4cc2..025841ec29 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,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } 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 fc8ccb4cc2..025841ec29 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,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } 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 fc8ccb4cc2..025841ec29 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,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/collections/icollection/project.json b/tests/src/CoreMangLib/cti/system/collections/icollection/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/collections/icollection/project.json +++ b/tests/src/CoreMangLib/cti/system/collections/icollection/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/collections/icomparer/project.json b/tests/src/CoreMangLib/cti/system/collections/icomparer/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/collections/icomparer/project.json +++ b/tests/src/CoreMangLib/cti/system/collections/icomparer/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/collections/idictionary/project.json b/tests/src/CoreMangLib/cti/system/collections/idictionary/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/collections/idictionary/project.json +++ b/tests/src/CoreMangLib/cti/system/collections/idictionary/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/collections/ienumerator/project.json b/tests/src/CoreMangLib/cti/system/collections/ienumerator/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/collections/ienumerator/project.json +++ b/tests/src/CoreMangLib/cti/system/collections/ienumerator/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/collections/ilist/project.json b/tests/src/CoreMangLib/cti/system/collections/ilist/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/collections/ilist/project.json +++ b/tests/src/CoreMangLib/cti/system/collections/ilist/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/comparison/project.json b/tests/src/CoreMangLib/cti/system/comparison/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/comparison/project.json +++ b/tests/src/CoreMangLib/cti/system/comparison/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/console/project.json b/tests/src/CoreMangLib/cti/system/console/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/console/project.json +++ b/tests/src/CoreMangLib/cti/system/console/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/convert/project.json b/tests/src/CoreMangLib/cti/system/convert/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/convert/project.json +++ b/tests/src/CoreMangLib/cti/system/convert/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/datetime/project.json b/tests/src/CoreMangLib/cti/system/datetime/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/datetime/project.json +++ b/tests/src/CoreMangLib/cti/system/datetime/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/datetimekind/project.json b/tests/src/CoreMangLib/cti/system/datetimekind/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/datetimekind/project.json +++ b/tests/src/CoreMangLib/cti/system/datetimekind/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/dayofweek/project.json b/tests/src/CoreMangLib/cti/system/dayofweek/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/dayofweek/project.json +++ b/tests/src/CoreMangLib/cti/system/dayofweek/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/decimal/project.json b/tests/src/CoreMangLib/cti/system/decimal/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/decimal/project.json +++ b/tests/src/CoreMangLib/cti/system/decimal/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/delegate/project.json b/tests/src/CoreMangLib/cti/system/delegate/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/delegate/project.json +++ b/tests/src/CoreMangLib/cti/system/delegate/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/diagnostics/conditionalattribute/project.json b/tests/src/CoreMangLib/cti/system/diagnostics/conditionalattribute/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/diagnostics/conditionalattribute/project.json +++ b/tests/src/CoreMangLib/cti/system/diagnostics/conditionalattribute/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/diagnostics/debuggingmodes/project.json b/tests/src/CoreMangLib/cti/system/diagnostics/debuggingmodes/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/diagnostics/debuggingmodes/project.json +++ b/tests/src/CoreMangLib/cti/system/diagnostics/debuggingmodes/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/dividebyzeroexception/project.json b/tests/src/CoreMangLib/cti/system/dividebyzeroexception/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/dividebyzeroexception/project.json +++ b/tests/src/CoreMangLib/cti/system/dividebyzeroexception/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/dllnotfoundexception/project.json b/tests/src/CoreMangLib/cti/system/dllnotfoundexception/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/dllnotfoundexception/project.json +++ b/tests/src/CoreMangLib/cti/system/dllnotfoundexception/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/double/project.json b/tests/src/CoreMangLib/cti/system/double/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/double/project.json +++ b/tests/src/CoreMangLib/cti/system/double/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/enum/project.json b/tests/src/CoreMangLib/cti/system/enum/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/enum/project.json +++ b/tests/src/CoreMangLib/cti/system/enum/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/environment/project.json b/tests/src/CoreMangLib/cti/system/environment/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/environment/project.json +++ b/tests/src/CoreMangLib/cti/system/environment/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/eventargs/project.json b/tests/src/CoreMangLib/cti/system/eventargs/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/eventargs/project.json +++ b/tests/src/CoreMangLib/cti/system/eventargs/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/eventhandler/project.json b/tests/src/CoreMangLib/cti/system/eventhandler/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/eventhandler/project.json +++ b/tests/src/CoreMangLib/cti/system/eventhandler/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/eventhandler_generic/project.json b/tests/src/CoreMangLib/cti/system/eventhandler_generic/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/eventhandler_generic/project.json +++ b/tests/src/CoreMangLib/cti/system/eventhandler_generic/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/exception/project.json b/tests/src/CoreMangLib/cti/system/exception/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/exception/project.json +++ b/tests/src/CoreMangLib/cti/system/exception/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/flagsattribute/project.json b/tests/src/CoreMangLib/cti/system/flagsattribute/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/flagsattribute/project.json +++ b/tests/src/CoreMangLib/cti/system/flagsattribute/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/formatexception/project.json b/tests/src/CoreMangLib/cti/system/formatexception/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/formatexception/project.json +++ b/tests/src/CoreMangLib/cti/system/formatexception/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/gc/project.json b/tests/src/CoreMangLib/cti/system/gc/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/gc/project.json +++ b/tests/src/CoreMangLib/cti/system/gc/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/globalization/calendarweekrule/project.json b/tests/src/CoreMangLib/cti/system/globalization/calendarweekrule/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/calendarweekrule/project.json +++ b/tests/src/CoreMangLib/cti/system/globalization/calendarweekrule/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/globalization/charunicodeinfo/project.json b/tests/src/CoreMangLib/cti/system/globalization/charunicodeinfo/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/charunicodeinfo/project.json +++ b/tests/src/CoreMangLib/cti/system/globalization/charunicodeinfo/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/globalization/compareinfo/project.json b/tests/src/CoreMangLib/cti/system/globalization/compareinfo/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/compareinfo/project.json +++ b/tests/src/CoreMangLib/cti/system/globalization/compareinfo/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/globalization/compareoptions/project.json b/tests/src/CoreMangLib/cti/system/globalization/compareoptions/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/compareoptions/project.json +++ b/tests/src/CoreMangLib/cti/system/globalization/compareoptions/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/globalization/cultureinfo/project.json b/tests/src/CoreMangLib/cti/system/globalization/cultureinfo/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/cultureinfo/project.json +++ b/tests/src/CoreMangLib/cti/system/globalization/cultureinfo/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/globalization/datetimeformatinfo/project.json b/tests/src/CoreMangLib/cti/system/globalization/datetimeformatinfo/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/datetimeformatinfo/project.json +++ b/tests/src/CoreMangLib/cti/system/globalization/datetimeformatinfo/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/globalization/datetimestyles/project.json b/tests/src/CoreMangLib/cti/system/globalization/datetimestyles/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/datetimestyles/project.json +++ b/tests/src/CoreMangLib/cti/system/globalization/datetimestyles/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/globalization/numberformatinfo/project.json b/tests/src/CoreMangLib/cti/system/globalization/numberformatinfo/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/numberformatinfo/project.json +++ b/tests/src/CoreMangLib/cti/system/globalization/numberformatinfo/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/globalization/numberstyles/project.json b/tests/src/CoreMangLib/cti/system/globalization/numberstyles/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/numberstyles/project.json +++ b/tests/src/CoreMangLib/cti/system/globalization/numberstyles/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/globalization/regioninfo/project.json b/tests/src/CoreMangLib/cti/system/globalization/regioninfo/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/regioninfo/project.json +++ b/tests/src/CoreMangLib/cti/system/globalization/regioninfo/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/globalization/stringinfo/project.json b/tests/src/CoreMangLib/cti/system/globalization/stringinfo/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/stringinfo/project.json +++ b/tests/src/CoreMangLib/cti/system/globalization/stringinfo/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/globalization/textelementenumerator/project.json b/tests/src/CoreMangLib/cti/system/globalization/textelementenumerator/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/textelementenumerator/project.json +++ b/tests/src/CoreMangLib/cti/system/globalization/textelementenumerator/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/globalization/textinfo/project.json b/tests/src/CoreMangLib/cti/system/globalization/textinfo/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/textinfo/project.json +++ b/tests/src/CoreMangLib/cti/system/globalization/textinfo/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/project.json b/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/project.json +++ b/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/guid/project.json b/tests/src/CoreMangLib/cti/system/guid/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/guid/project.json +++ b/tests/src/CoreMangLib/cti/system/guid/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/icomparable/project.json b/tests/src/CoreMangLib/cti/system/icomparable/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/icomparable/project.json +++ b/tests/src/CoreMangLib/cti/system/icomparable/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/icomparable_generic/project.json b/tests/src/CoreMangLib/cti/system/icomparable_generic/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/icomparable_generic/project.json +++ b/tests/src/CoreMangLib/cti/system/icomparable_generic/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/iconvertible/project.json b/tests/src/CoreMangLib/cti/system/iconvertible/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/iconvertible/project.json +++ b/tests/src/CoreMangLib/cti/system/iconvertible/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/idisposable/project.json b/tests/src/CoreMangLib/cti/system/idisposable/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/idisposable/project.json +++ b/tests/src/CoreMangLib/cti/system/idisposable/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/iformatable/project.json b/tests/src/CoreMangLib/cti/system/iformatable/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/iformatable/project.json +++ b/tests/src/CoreMangLib/cti/system/iformatable/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/indexoutofrangeexception/project.json b/tests/src/CoreMangLib/cti/system/indexoutofrangeexception/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/indexoutofrangeexception/project.json +++ b/tests/src/CoreMangLib/cti/system/indexoutofrangeexception/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/int/project.json b/tests/src/CoreMangLib/cti/system/int/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/int/project.json +++ b/tests/src/CoreMangLib/cti/system/int/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/int16/project.json b/tests/src/CoreMangLib/cti/system/int16/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/int16/project.json +++ b/tests/src/CoreMangLib/cti/system/int16/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/int64/project.json b/tests/src/CoreMangLib/cti/system/int64/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/int64/project.json +++ b/tests/src/CoreMangLib/cti/system/int64/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/intptr/project.json b/tests/src/CoreMangLib/cti/system/intptr/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/intptr/project.json +++ b/tests/src/CoreMangLib/cti/system/intptr/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/invalidcastexception/project.json b/tests/src/CoreMangLib/cti/system/invalidcastexception/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/invalidcastexception/project.json +++ b/tests/src/CoreMangLib/cti/system/invalidcastexception/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/invalidoperationexception/project.json b/tests/src/CoreMangLib/cti/system/invalidoperationexception/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/invalidoperationexception/project.json +++ b/tests/src/CoreMangLib/cti/system/invalidoperationexception/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/invalidprogramexception/project.json b/tests/src/CoreMangLib/cti/system/invalidprogramexception/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/invalidprogramexception/project.json +++ b/tests/src/CoreMangLib/cti/system/invalidprogramexception/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/io/binarywriter/project.json b/tests/src/CoreMangLib/cti/system/io/binarywriter/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/io/binarywriter/project.json +++ b/tests/src/CoreMangLib/cti/system/io/binarywriter/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/io/directorynotfoundexception/project.json b/tests/src/CoreMangLib/cti/system/io/directorynotfoundexception/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/io/directorynotfoundexception/project.json +++ b/tests/src/CoreMangLib/cti/system/io/directorynotfoundexception/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/io/endofstreamexception/project.json b/tests/src/CoreMangLib/cti/system/io/endofstreamexception/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/io/endofstreamexception/project.json +++ b/tests/src/CoreMangLib/cti/system/io/endofstreamexception/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/io/fileaccess/project.json b/tests/src/CoreMangLib/cti/system/io/fileaccess/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/io/fileaccess/project.json +++ b/tests/src/CoreMangLib/cti/system/io/fileaccess/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/io/fileattributes/project.json b/tests/src/CoreMangLib/cti/system/io/fileattributes/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/io/fileattributes/project.json +++ b/tests/src/CoreMangLib/cti/system/io/fileattributes/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/io/filemode/project.json b/tests/src/CoreMangLib/cti/system/io/filemode/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/io/filemode/project.json +++ b/tests/src/CoreMangLib/cti/system/io/filemode/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/project.json b/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/project.json +++ b/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/io/fileshare/project.json b/tests/src/CoreMangLib/cti/system/io/fileshare/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/io/fileshare/project.json +++ b/tests/src/CoreMangLib/cti/system/io/fileshare/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/io/filestream/project.json b/tests/src/CoreMangLib/cti/system/io/filestream/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/io/filestream/project.json +++ b/tests/src/CoreMangLib/cti/system/io/filestream/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/io/ioexception/project.json b/tests/src/CoreMangLib/cti/system/io/ioexception/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/io/ioexception/project.json +++ b/tests/src/CoreMangLib/cti/system/io/ioexception/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/io/memorystream/project.json b/tests/src/CoreMangLib/cti/system/io/memorystream/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/io/memorystream/project.json +++ b/tests/src/CoreMangLib/cti/system/io/memorystream/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/io/pathtoolongexception/project.json b/tests/src/CoreMangLib/cti/system/io/pathtoolongexception/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/io/pathtoolongexception/project.json +++ b/tests/src/CoreMangLib/cti/system/io/pathtoolongexception/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/io/seekorigin/project.json b/tests/src/CoreMangLib/cti/system/io/seekorigin/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/io/seekorigin/project.json +++ b/tests/src/CoreMangLib/cti/system/io/seekorigin/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/io/stream/project.json b/tests/src/CoreMangLib/cti/system/io/stream/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/io/stream/project.json +++ b/tests/src/CoreMangLib/cti/system/io/stream/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/io/streamreader/project.json b/tests/src/CoreMangLib/cti/system/io/streamreader/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/io/streamreader/project.json +++ b/tests/src/CoreMangLib/cti/system/io/streamreader/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/io/stringwriter/project.json b/tests/src/CoreMangLib/cti/system/io/stringwriter/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/io/stringwriter/project.json +++ b/tests/src/CoreMangLib/cti/system/io/stringwriter/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/io/textreader/project.json b/tests/src/CoreMangLib/cti/system/io/textreader/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/io/textreader/project.json +++ b/tests/src/CoreMangLib/cti/system/io/textreader/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/io/textwriter/project.json b/tests/src/CoreMangLib/cti/system/io/textwriter/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/io/textwriter/project.json +++ b/tests/src/CoreMangLib/cti/system/io/textwriter/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/math/project.json b/tests/src/CoreMangLib/cti/system/math/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/math/project.json +++ b/tests/src/CoreMangLib/cti/system/math/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/memberaccessexception/project.json b/tests/src/CoreMangLib/cti/system/memberaccessexception/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/memberaccessexception/project.json +++ b/tests/src/CoreMangLib/cti/system/memberaccessexception/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/methodaccessexception/project.json b/tests/src/CoreMangLib/cti/system/methodaccessexception/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/methodaccessexception/project.json +++ b/tests/src/CoreMangLib/cti/system/methodaccessexception/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/missingfieldexception/project.json b/tests/src/CoreMangLib/cti/system/missingfieldexception/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/missingfieldexception/project.json +++ b/tests/src/CoreMangLib/cti/system/missingfieldexception/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/missingmemberexception/project.json b/tests/src/CoreMangLib/cti/system/missingmemberexception/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/missingmemberexception/project.json +++ b/tests/src/CoreMangLib/cti/system/missingmemberexception/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/missingmethodexception/project.json b/tests/src/CoreMangLib/cti/system/missingmethodexception/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/missingmethodexception/project.json +++ b/tests/src/CoreMangLib/cti/system/missingmethodexception/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/multicastdelegate/project.json b/tests/src/CoreMangLib/cti/system/multicastdelegate/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/multicastdelegate/project.json +++ b/tests/src/CoreMangLib/cti/system/multicastdelegate/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/notimplementedexception/project.json b/tests/src/CoreMangLib/cti/system/notimplementedexception/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/notimplementedexception/project.json +++ b/tests/src/CoreMangLib/cti/system/notimplementedexception/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/notsupportedexception/project.json b/tests/src/CoreMangLib/cti/system/notsupportedexception/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/notsupportedexception/project.json +++ b/tests/src/CoreMangLib/cti/system/notsupportedexception/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/nullable/project.json b/tests/src/CoreMangLib/cti/system/nullable/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/nullable/project.json +++ b/tests/src/CoreMangLib/cti/system/nullable/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/nullreferenceexception/project.json b/tests/src/CoreMangLib/cti/system/nullreferenceexception/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/nullreferenceexception/project.json +++ b/tests/src/CoreMangLib/cti/system/nullreferenceexception/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/object/project.json b/tests/src/CoreMangLib/cti/system/object/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/object/project.json +++ b/tests/src/CoreMangLib/cti/system/object/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/objectdisposedexception/project.json b/tests/src/CoreMangLib/cti/system/objectdisposedexception/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/objectdisposedexception/project.json +++ b/tests/src/CoreMangLib/cti/system/objectdisposedexception/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/obsoleteattribute/project.json b/tests/src/CoreMangLib/cti/system/obsoleteattribute/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/obsoleteattribute/project.json +++ b/tests/src/CoreMangLib/cti/system/obsoleteattribute/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/outofmemoryexception/project.json b/tests/src/CoreMangLib/cti/system/outofmemoryexception/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/outofmemoryexception/project.json +++ b/tests/src/CoreMangLib/cti/system/outofmemoryexception/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/overflowexception/project.json b/tests/src/CoreMangLib/cti/system/overflowexception/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/overflowexception/project.json +++ b/tests/src/CoreMangLib/cti/system/overflowexception/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/paramarrayattribute/project.json b/tests/src/CoreMangLib/cti/system/paramarrayattribute/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/paramarrayattribute/project.json +++ b/tests/src/CoreMangLib/cti/system/paramarrayattribute/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/platformnotsupportedexception/project.json b/tests/src/CoreMangLib/cti/system/platformnotsupportedexception/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/platformnotsupportedexception/project.json +++ b/tests/src/CoreMangLib/cti/system/platformnotsupportedexception/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/predicate/project.json b/tests/src/CoreMangLib/cti/system/predicate/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/predicate/project.json +++ b/tests/src/CoreMangLib/cti/system/predicate/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/random/project.json b/tests/src/CoreMangLib/cti/system/random/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/random/project.json +++ b/tests/src/CoreMangLib/cti/system/random/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/rankexception/project.json b/tests/src/CoreMangLib/cti/system/rankexception/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/rankexception/project.json +++ b/tests/src/CoreMangLib/cti/system/rankexception/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/reflection/ambiguousmatchexception/project.json b/tests/src/CoreMangLib/cti/system/reflection/ambiguousmatchexception/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/ambiguousmatchexception/project.json +++ b/tests/src/CoreMangLib/cti/system/reflection/ambiguousmatchexception/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/reflection/assembly/project.json b/tests/src/CoreMangLib/cti/system/reflection/assembly/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/assembly/project.json +++ b/tests/src/CoreMangLib/cti/system/reflection/assembly/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/reflection/assemblyconfigurationattribute/project.json b/tests/src/CoreMangLib/cti/system/reflection/assemblyconfigurationattribute/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/assemblyconfigurationattribute/project.json +++ b/tests/src/CoreMangLib/cti/system/reflection/assemblyconfigurationattribute/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/reflection/assemblydefaultaliasattribute/project.json b/tests/src/CoreMangLib/cti/system/reflection/assemblydefaultaliasattribute/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/assemblydefaultaliasattribute/project.json +++ b/tests/src/CoreMangLib/cti/system/reflection/assemblydefaultaliasattribute/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/reflection/assemblydelaysignattribute/project.json b/tests/src/CoreMangLib/cti/system/reflection/assemblydelaysignattribute/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/assemblydelaysignattribute/project.json +++ b/tests/src/CoreMangLib/cti/system/reflection/assemblydelaysignattribute/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/reflection/assemblydescriptionattribute/project.json b/tests/src/CoreMangLib/cti/system/reflection/assemblydescriptionattribute/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/assemblydescriptionattribute/project.json +++ b/tests/src/CoreMangLib/cti/system/reflection/assemblydescriptionattribute/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/reflection/assemblykeyfileattribute/project.json b/tests/src/CoreMangLib/cti/system/reflection/assemblykeyfileattribute/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/assemblykeyfileattribute/project.json +++ b/tests/src/CoreMangLib/cti/system/reflection/assemblykeyfileattribute/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/reflection/assemblykeynameattribute/project.json b/tests/src/CoreMangLib/cti/system/reflection/assemblykeynameattribute/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/assemblykeynameattribute/project.json +++ b/tests/src/CoreMangLib/cti/system/reflection/assemblykeynameattribute/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/reflection/assemblyname/project.json b/tests/src/CoreMangLib/cti/system/reflection/assemblyname/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/assemblyname/project.json +++ b/tests/src/CoreMangLib/cti/system/reflection/assemblyname/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/project.json b/tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/project.json +++ b/tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/reflection/assemblytitleattribute/project.json b/tests/src/CoreMangLib/cti/system/reflection/assemblytitleattribute/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/assemblytitleattribute/project.json +++ b/tests/src/CoreMangLib/cti/system/reflection/assemblytitleattribute/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/reflection/callingconventions/project.json b/tests/src/CoreMangLib/cti/system/reflection/callingconventions/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/callingconventions/project.json +++ b/tests/src/CoreMangLib/cti/system/reflection/callingconventions/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/reflection/constructorinfo/project.json b/tests/src/CoreMangLib/cti/system/reflection/constructorinfo/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/constructorinfo/project.json +++ b/tests/src/CoreMangLib/cti/system/reflection/constructorinfo/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/reflection/defaultmemberattribute/project.json b/tests/src/CoreMangLib/cti/system/reflection/defaultmemberattribute/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/defaultmemberattribute/project.json +++ b/tests/src/CoreMangLib/cti/system/reflection/defaultmemberattribute/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } 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 fc8ccb4cc2..025841ec29 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,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } 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 fc8ccb4cc2..025841ec29 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,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } 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 fc8ccb4cc2..025841ec29 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,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } 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 fc8ccb4cc2..025841ec29 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,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } 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 fc8ccb4cc2..025841ec29 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,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } 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 fc8ccb4cc2..025841ec29 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,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } 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 fc8ccb4cc2..025841ec29 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,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/reflection/eventattributes/project.json b/tests/src/CoreMangLib/cti/system/reflection/eventattributes/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/eventattributes/project.json +++ b/tests/src/CoreMangLib/cti/system/reflection/eventattributes/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/project.json b/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/project.json +++ b/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/project.json b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/project.json +++ b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/project.json b/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/project.json +++ b/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/project.json b/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/project.json +++ b/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/reflection/propertyattributes/project.json b/tests/src/CoreMangLib/cti/system/reflection/propertyattributes/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/propertyattributes/project.json +++ b/tests/src/CoreMangLib/cti/system/reflection/propertyattributes/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/reflection/targetinvocationexception/project.json b/tests/src/CoreMangLib/cti/system/reflection/targetinvocationexception/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/targetinvocationexception/project.json +++ b/tests/src/CoreMangLib/cti/system/reflection/targetinvocationexception/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/reflection/targetparametercountexception/project.json b/tests/src/CoreMangLib/cti/system/reflection/targetparametercountexception/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/targetparametercountexception/project.json +++ b/tests/src/CoreMangLib/cti/system/reflection/targetparametercountexception/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/project.json b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/project.json +++ b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/resources/missingmanifestresourceexception/project.json b/tests/src/CoreMangLib/cti/system/resources/missingmanifestresourceexception/project.json index fc8ccb4cc2..e8ec8ab541 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", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Resources.ResourceManager": "4.0.1-rc3-24117-00", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +40,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/resources/neutralresourceslanguageattribute/project.json b/tests/src/CoreMangLib/cti/system/resources/neutralresourceslanguageattribute/project.json index fc8ccb4cc2..e8ec8ab541 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", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Resources.ResourceManager": "4.0.1-rc3-24117-00", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +40,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/resources/resourcemanager/project.json b/tests/src/CoreMangLib/cti/system/resources/resourcemanager/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/resources/resourcemanager/project.json +++ b/tests/src/CoreMangLib/cti/system/resources/resourcemanager/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/resources/satellitecontractversionattribute/project.json b/tests/src/CoreMangLib/cti/system/resources/satellitecontractversionattribute/project.json index fc8ccb4cc2..e8ec8ab541 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", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Resources.ResourceManager": "4.0.1-rc3-24117-00", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +40,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } 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 fc8ccb4cc2..025841ec29 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,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } 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 fc8ccb4cc2..025841ec29 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,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } 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 fc8ccb4cc2..025841ec29 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,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } 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 fc8ccb4cc2..025841ec29 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,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } 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 fc8ccb4cc2..025841ec29 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,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } 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 fc8ccb4cc2..025841ec29 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,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } 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 fc8ccb4cc2..025841ec29 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,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } 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 fc8ccb4cc2..025841ec29 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,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } 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 fc8ccb4cc2..025841ec29 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,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/runtime/decimalconstantattribute/project.json b/tests/src/CoreMangLib/cti/system/runtime/decimalconstantattribute/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/runtime/decimalconstantattribute/project.json +++ b/tests/src/CoreMangLib/cti/system/runtime/decimalconstantattribute/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/runtime/fixedbufferattribute/project.json b/tests/src/CoreMangLib/cti/system/runtime/fixedbufferattribute/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/runtime/fixedbufferattribute/project.json +++ b/tests/src/CoreMangLib/cti/system/runtime/fixedbufferattribute/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } 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 fc8ccb4cc2..025841ec29 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,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } 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 fc8ccb4cc2..025841ec29 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,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } 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 fc8ccb4cc2..025841ec29 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,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } 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 fc8ccb4cc2..025841ec29 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,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } 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 fc8ccb4cc2..025841ec29 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,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } 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 fc8ccb4cc2..025841ec29 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,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } 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 fc8ccb4cc2..025841ec29 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,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } 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 fc8ccb4cc2..025841ec29 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,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } 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 fc8ccb4cc2..025841ec29 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,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } 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 fc8ccb4cc2..025841ec29 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,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } 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 fc8ccb4cc2..025841ec29 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,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } 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 fc8ccb4cc2..025841ec29 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,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } 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 fc8ccb4cc2..025841ec29 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,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } 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 fc8ccb4cc2..025841ec29 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,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } 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 fc8ccb4cc2..025841ec29 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,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/runtimefieldhandle/project.json b/tests/src/CoreMangLib/cti/system/runtimefieldhandle/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/runtimefieldhandle/project.json +++ b/tests/src/CoreMangLib/cti/system/runtimefieldhandle/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/runtimemethodhandle/project.json b/tests/src/CoreMangLib/cti/system/runtimemethodhandle/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/runtimemethodhandle/project.json +++ b/tests/src/CoreMangLib/cti/system/runtimemethodhandle/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/runtimetypehandle/project.json b/tests/src/CoreMangLib/cti/system/runtimetypehandle/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/runtimetypehandle/project.json +++ b/tests/src/CoreMangLib/cti/system/runtimetypehandle/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/sbyte/project.json b/tests/src/CoreMangLib/cti/system/sbyte/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/sbyte/project.json +++ b/tests/src/CoreMangLib/cti/system/sbyte/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/security/securityexception/project.json b/tests/src/CoreMangLib/cti/system/security/securityexception/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/security/securityexception/project.json +++ b/tests/src/CoreMangLib/cti/system/security/securityexception/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/single/project.json b/tests/src/CoreMangLib/cti/system/single/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/single/project.json +++ b/tests/src/CoreMangLib/cti/system/single/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/string/project.json b/tests/src/CoreMangLib/cti/system/string/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/string/project.json +++ b/tests/src/CoreMangLib/cti/system/string/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/stringcompare/project.json b/tests/src/CoreMangLib/cti/system/stringcompare/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/stringcompare/project.json +++ b/tests/src/CoreMangLib/cti/system/stringcompare/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/stringcomparer/project.json b/tests/src/CoreMangLib/cti/system/stringcomparer/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/stringcomparer/project.json +++ b/tests/src/CoreMangLib/cti/system/stringcomparer/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/stringcomparison/project.json b/tests/src/CoreMangLib/cti/system/stringcomparison/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/stringcomparison/project.json +++ b/tests/src/CoreMangLib/cti/system/stringcomparison/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/szarrayhelper/project.json b/tests/src/CoreMangLib/cti/system/szarrayhelper/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/szarrayhelper/project.json +++ b/tests/src/CoreMangLib/cti/system/szarrayhelper/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/text/decoder/project.json b/tests/src/CoreMangLib/cti/system/text/decoder/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/text/decoder/project.json +++ b/tests/src/CoreMangLib/cti/system/text/decoder/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/text/encoder/project.json b/tests/src/CoreMangLib/cti/system/text/encoder/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/text/encoder/project.json +++ b/tests/src/CoreMangLib/cti/system/text/encoder/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/project.json b/tests/src/CoreMangLib/cti/system/text/encoding/project.json index fc8ccb4cc2..eb80e92d1b 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", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.11-rc3-24117-00", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +40,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/project.json b/tests/src/CoreMangLib/cti/system/text/stringbuilder/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/text/stringbuilder/project.json +++ b/tests/src/CoreMangLib/cti/system/text/stringbuilder/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/project.json b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/project.json index fc8ccb4cc2..eb80e92d1b 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", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.11-rc3-24117-00", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +40,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/text/utf8encoding/project.json b/tests/src/CoreMangLib/cti/system/text/utf8encoding/project.json index fc8ccb4cc2..eb80e92d1b 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", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.11-rc3-24117-00", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +40,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/threading/autoresetevent/project.json b/tests/src/CoreMangLib/cti/system/threading/autoresetevent/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/threading/autoresetevent/project.json +++ b/tests/src/CoreMangLib/cti/system/threading/autoresetevent/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/threading/interlocked/project.json b/tests/src/CoreMangLib/cti/system/threading/interlocked/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/threading/interlocked/project.json +++ b/tests/src/CoreMangLib/cti/system/threading/interlocked/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/threading/manualresetevent/project.json b/tests/src/CoreMangLib/cti/system/threading/manualresetevent/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/threading/manualresetevent/project.json +++ b/tests/src/CoreMangLib/cti/system/threading/manualresetevent/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/threading/timeout/project.json b/tests/src/CoreMangLib/cti/system/threading/timeout/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/threading/timeout/project.json +++ b/tests/src/CoreMangLib/cti/system/threading/timeout/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/threading/waithandle/project.json b/tests/src/CoreMangLib/cti/system/threading/waithandle/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/threading/waithandle/project.json +++ b/tests/src/CoreMangLib/cti/system/threading/waithandle/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/timeoutexception/project.json b/tests/src/CoreMangLib/cti/system/timeoutexception/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/timeoutexception/project.json +++ b/tests/src/CoreMangLib/cti/system/timeoutexception/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/timespan/project.json b/tests/src/CoreMangLib/cti/system/timespan/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/timespan/project.json +++ b/tests/src/CoreMangLib/cti/system/timespan/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/type/project.json b/tests/src/CoreMangLib/cti/system/type/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/type/project.json +++ b/tests/src/CoreMangLib/cti/system/type/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/typecode/project.json b/tests/src/CoreMangLib/cti/system/typecode/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/typecode/project.json +++ b/tests/src/CoreMangLib/cti/system/typecode/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/typeloadexception/project.json b/tests/src/CoreMangLib/cti/system/typeloadexception/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/typeloadexception/project.json +++ b/tests/src/CoreMangLib/cti/system/typeloadexception/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/uint16/project.json b/tests/src/CoreMangLib/cti/system/uint16/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/uint16/project.json +++ b/tests/src/CoreMangLib/cti/system/uint16/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/uint32/project.json b/tests/src/CoreMangLib/cti/system/uint32/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/uint32/project.json +++ b/tests/src/CoreMangLib/cti/system/uint32/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/uint64/project.json b/tests/src/CoreMangLib/cti/system/uint64/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/uint64/project.json +++ b/tests/src/CoreMangLib/cti/system/uint64/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/uintptr/project.json b/tests/src/CoreMangLib/cti/system/uintptr/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/uintptr/project.json +++ b/tests/src/CoreMangLib/cti/system/uintptr/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/valuetype/project.json b/tests/src/CoreMangLib/cti/system/valuetype/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/valuetype/project.json +++ b/tests/src/CoreMangLib/cti/system/valuetype/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/version/project.json b/tests/src/CoreMangLib/cti/system/version/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/version/project.json +++ b/tests/src/CoreMangLib/cti/system/version/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/cti/system/weakreference/project.json b/tests/src/CoreMangLib/cti/system/weakreference/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/cti/system/weakreference/project.json +++ b/tests/src/CoreMangLib/cti/system/weakreference/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/reflection/assembly/project.json b/tests/src/CoreMangLib/reflection/assembly/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/reflection/assembly/project.json +++ b/tests/src/CoreMangLib/reflection/assembly/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/system/buffer/project.json b/tests/src/CoreMangLib/system/buffer/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/system/buffer/project.json +++ b/tests/src/CoreMangLib/system/buffer/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/system/collections/generic/hashset/project.json b/tests/src/CoreMangLib/system/collections/generic/hashset/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/system/collections/generic/hashset/project.json +++ b/tests/src/CoreMangLib/system/collections/generic/hashset/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/system/datetime/project.json b/tests/src/CoreMangLib/system/datetime/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/system/datetime/project.json +++ b/tests/src/CoreMangLib/system/datetime/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/system/delegate/VSD/project.json b/tests/src/CoreMangLib/system/delegate/VSD/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/system/delegate/VSD/project.json +++ b/tests/src/CoreMangLib/system/delegate/VSD/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/system/delegate/generics/project.json b/tests/src/CoreMangLib/system/delegate/generics/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/system/delegate/generics/project.json +++ b/tests/src/CoreMangLib/system/delegate/generics/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/system/delegate/miscellaneous/project.json b/tests/src/CoreMangLib/system/delegate/miscellaneous/project.json index fc8ccb4cc2..dca5daef42 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", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Reflection.TypeExtensions": "4.1.0-rc3-24117-00", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +40,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } 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 fc8ccb4cc2..025841ec29 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,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/system/delegate/threatmodel/public/project.json b/tests/src/CoreMangLib/system/delegate/threatmodel/public/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/system/delegate/threatmodel/public/project.json +++ b/tests/src/CoreMangLib/system/delegate/threatmodel/public/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/system/delegate/threatmodel/tests/project.json b/tests/src/CoreMangLib/system/delegate/threatmodel/tests/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/system/delegate/threatmodel/tests/project.json +++ b/tests/src/CoreMangLib/system/delegate/threatmodel/tests/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/system/exception/project.json b/tests/src/CoreMangLib/system/exception/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/system/exception/project.json +++ b/tests/src/CoreMangLib/system/exception/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/system/guid/project.json b/tests/src/CoreMangLib/system/guid/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/system/guid/project.json +++ b/tests/src/CoreMangLib/system/guid/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/system/lazyt/project.json b/tests/src/CoreMangLib/system/lazyt/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/system/lazyt/project.json +++ b/tests/src/CoreMangLib/system/lazyt/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/system/reflection/assembly/project.json b/tests/src/CoreMangLib/system/reflection/assembly/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/system/reflection/assembly/project.json +++ b/tests/src/CoreMangLib/system/reflection/assembly/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/system/resources/resourcemanager/project.json b/tests/src/CoreMangLib/system/resources/resourcemanager/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/system/resources/resourcemanager/project.json +++ b/tests/src/CoreMangLib/system/resources/resourcemanager/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/system/text/encoding/project.json b/tests/src/CoreMangLib/system/text/encoding/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/system/text/encoding/project.json +++ b/tests/src/CoreMangLib/system/text/encoding/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/system/type/project.json b/tests/src/CoreMangLib/system/type/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/system/type/project.json +++ b/tests/src/CoreMangLib/system/type/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/CoreMangLib/system/version/project.json b/tests/src/CoreMangLib/system/version/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/CoreMangLib/system/version/project.json +++ b/tests/src/CoreMangLib/system/version/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Exceptions/Finalization/project.json b/tests/src/Exceptions/Finalization/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Exceptions/Finalization/project.json +++ b/tests/src/Exceptions/Finalization/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Exceptions/ForeignThread/project.json b/tests/src/Exceptions/ForeignThread/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Exceptions/ForeignThread/project.json +++ b/tests/src/Exceptions/ForeignThread/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/GC/Performance/Tests/project.json b/tests/src/GC/Performance/Tests/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/GC/Performance/Tests/project.json +++ b/tests/src/GC/Performance/Tests/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/GC/Stress/Framework/project.json b/tests/src/GC/Stress/Framework/project.json index fc8ccb4cc2..bcd9b45380 100644 --- a/tests/src/GC/Stress/Framework/project.json +++ b/tests/src/GC/Stress/Framework/project.json @@ -1,33 +1,36 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Debug": "4.0.11-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Reflection.TypeExtensions": "4.1.0-rc3-24117-00", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.11-rc3-24117-00", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +42,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/GC/Stress/Tests/project.json b/tests/src/GC/Stress/Tests/project.json index fc8ccb4cc2..ba17265cd9 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", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Debug": "4.0.11-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +40,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/GC/config/extra/project.json b/tests/src/GC/config/extra/project.json index 6b6b9d6ea6..c0fc974227 100644 --- a/tests/src/GC/config/extra/project.json +++ b/tests/src/GC/config/extra/project.json @@ -1,35 +1,39 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", - "Microsoft.Win32.Primitives": "4.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", + "Microsoft.Win32.Primitives": "4.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Debug": "4.0.11-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", + "System.Reflection.Extensions": "4.0.1-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Reflection.TypeExtensions": "4.1.0-rc3-24117-00", + "System.Text.RegularExpressions": "4.1.0-rc3-24117-00", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Threading.ThreadPool": "4.0.10-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Threading.ThreadPool": "4.0.10-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -41,6 +45,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/GC/config/minimal/project.json b/tests/src/GC/config/minimal/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/GC/config/minimal/project.json +++ b/tests/src/GC/config/minimal/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Interop/ArrayMarshalling/BoolArray/project.json b/tests/src/Interop/ArrayMarshalling/BoolArray/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Interop/ArrayMarshalling/BoolArray/project.json +++ b/tests/src/Interop/ArrayMarshalling/BoolArray/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Interop/ArrayMarshalling/ByValArray/project.json b/tests/src/Interop/ArrayMarshalling/ByValArray/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Interop/ArrayMarshalling/ByValArray/project.json +++ b/tests/src/Interop/ArrayMarshalling/ByValArray/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Interop/BestFitMapping/project.json b/tests/src/Interop/BestFitMapping/project.json index fc8ccb4cc2..025841ec29 100755 --- a/tests/src/Interop/BestFitMapping/project.json +++ b/tests/src/Interop/BestFitMapping/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Interop/FuncPtrAsDelegateParam/project.json b/tests/src/Interop/FuncPtrAsDelegateParam/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Interop/FuncPtrAsDelegateParam/project.json +++ b/tests/src/Interop/FuncPtrAsDelegateParam/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Interop/ICastable/project.json b/tests/src/Interop/ICastable/project.json index fc3f0262a9..62f3545a41 100644 --- a/tests/src/Interop/ICastable/project.json +++ b/tests/src/Interop/ICastable/project.json @@ -10,6 +10,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Interop/MarshalAPI/Copy/project.json b/tests/src/Interop/MarshalAPI/Copy/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Interop/MarshalAPI/Copy/project.json +++ b/tests/src/Interop/MarshalAPI/Copy/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Interop/MarshalAPI/FunctionPointer/project.json b/tests/src/Interop/MarshalAPI/FunctionPointer/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Interop/MarshalAPI/FunctionPointer/project.json +++ b/tests/src/Interop/MarshalAPI/FunctionPointer/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Interop/MarshalAPI/GetExceptionForHR/project.json b/tests/src/Interop/MarshalAPI/GetExceptionForHR/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Interop/MarshalAPI/GetExceptionForHR/project.json +++ b/tests/src/Interop/MarshalAPI/GetExceptionForHR/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Interop/MarshalAPI/GetNativeVariantForObject/project.json b/tests/src/Interop/MarshalAPI/GetNativeVariantForObject/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Interop/MarshalAPI/GetNativeVariantForObject/project.json +++ b/tests/src/Interop/MarshalAPI/GetNativeVariantForObject/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Interop/MarshalAPI/GetObjectForNativeVariant/project.json b/tests/src/Interop/MarshalAPI/GetObjectForNativeVariant/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Interop/MarshalAPI/GetObjectForNativeVariant/project.json +++ b/tests/src/Interop/MarshalAPI/GetObjectForNativeVariant/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Interop/MarshalAPI/GetObjectsForNativeVariants/project.json b/tests/src/Interop/MarshalAPI/GetObjectsForNativeVariants/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Interop/MarshalAPI/GetObjectsForNativeVariants/project.json +++ b/tests/src/Interop/MarshalAPI/GetObjectsForNativeVariants/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Interop/MarshalAPI/IUnknown/project.json b/tests/src/Interop/MarshalAPI/IUnknown/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Interop/MarshalAPI/IUnknown/project.json +++ b/tests/src/Interop/MarshalAPI/IUnknown/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Interop/MarshalAPI/Miscellaneous/project.json b/tests/src/Interop/MarshalAPI/Miscellaneous/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Interop/MarshalAPI/Miscellaneous/project.json +++ b/tests/src/Interop/MarshalAPI/Miscellaneous/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Interop/MarshalAPI/OffsetOf/project.json b/tests/src/Interop/MarshalAPI/OffsetOf/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Interop/MarshalAPI/OffsetOf/project.json +++ b/tests/src/Interop/MarshalAPI/OffsetOf/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Interop/MarshalAPI/ReadWrite/project.json b/tests/src/Interop/MarshalAPI/ReadWrite/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Interop/MarshalAPI/ReadWrite/project.json +++ b/tests/src/Interop/MarshalAPI/ReadWrite/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Interop/MarshalAPI/String/project.json b/tests/src/Interop/MarshalAPI/String/project.json index fc3f0262a9..62f3545a41 100644 --- a/tests/src/Interop/MarshalAPI/String/project.json +++ b/tests/src/Interop/MarshalAPI/String/project.json @@ -10,6 +10,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Interop/MarshalAPI/UnsafeAddrOfPinnedArrayElement/project.json b/tests/src/Interop/MarshalAPI/UnsafeAddrOfPinnedArrayElement/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Interop/MarshalAPI/UnsafeAddrOfPinnedArrayElement/project.json +++ b/tests/src/Interop/MarshalAPI/UnsafeAddrOfPinnedArrayElement/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Interop/NativeCallable/project.json b/tests/src/Interop/NativeCallable/project.json index fc3f0262a9..62f3545a41 100644 --- a/tests/src/Interop/NativeCallable/project.json +++ b/tests/src/Interop/NativeCallable/project.json @@ -10,6 +10,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Interop/PrimitiveMarshalling/Bool/project.json b/tests/src/Interop/PrimitiveMarshalling/Bool/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Interop/PrimitiveMarshalling/Bool/project.json +++ b/tests/src/Interop/PrimitiveMarshalling/Bool/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Interop/PrimitiveMarshalling/EnumMarshalling/project.json b/tests/src/Interop/PrimitiveMarshalling/EnumMarshalling/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Interop/PrimitiveMarshalling/EnumMarshalling/project.json +++ b/tests/src/Interop/PrimitiveMarshalling/EnumMarshalling/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Interop/PrimitiveMarshalling/UIntPtr/project.json b/tests/src/Interop/PrimitiveMarshalling/UIntPtr/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Interop/PrimitiveMarshalling/UIntPtr/project.json +++ b/tests/src/Interop/PrimitiveMarshalling/UIntPtr/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Interop/RefCharArray/project.json b/tests/src/Interop/RefCharArray/project.json index fc8ccb4cc2..025841ec29 100755 --- a/tests/src/Interop/RefCharArray/project.json +++ b/tests/src/Interop/RefCharArray/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Interop/RefInt/project.json b/tests/src/Interop/RefInt/project.json index fc8ccb4cc2..025841ec29 100755 --- a/tests/src/Interop/RefInt/project.json +++ b/tests/src/Interop/RefInt/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Interop/SimpleStruct/project.json b/tests/src/Interop/SimpleStruct/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Interop/SimpleStruct/project.json +++ b/tests/src/Interop/SimpleStruct/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Interop/StringMarshalling/LPSTR/project.json b/tests/src/Interop/StringMarshalling/LPSTR/project.json index fc8ccb4cc2..025841ec29 100755 --- a/tests/src/Interop/StringMarshalling/LPSTR/project.json +++ b/tests/src/Interop/StringMarshalling/LPSTR/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Interop/StringMarshalling/LPTSTR/project.json b/tests/src/Interop/StringMarshalling/LPTSTR/project.json index fc8ccb4cc2..025841ec29 100755 --- a/tests/src/Interop/StringMarshalling/LPTSTR/project.json +++ b/tests/src/Interop/StringMarshalling/LPTSTR/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Interop/StringMarshalling/UTF8/project.json b/tests/src/Interop/StringMarshalling/UTF8/project.json index fc3f0262a9..62f3545a41 100644 --- a/tests/src/Interop/StringMarshalling/UTF8/project.json +++ b/tests/src/Interop/StringMarshalling/UTF8/project.json @@ -10,6 +10,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Interop/StructMarshalling/PInvoke/project.json b/tests/src/Interop/StructMarshalling/PInvoke/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Interop/StructMarshalling/PInvoke/project.json +++ b/tests/src/Interop/StructMarshalling/PInvoke/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/JIT/Directed/StructABI/project.json b/tests/src/JIT/Directed/StructABI/project.json index 1c72c6d983..af467515fd 100644 --- a/tests/src/JIT/Directed/StructABI/project.json +++ b/tests/src/JIT/Directed/StructABI/project.json @@ -1,9 +1,9 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Runtime": "4.1.0-rc2-23816", - "System.Runtime.InteropServices": "4.1.0-rc2-23816" + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Runtime": "4.1.0-rc3-24117-00", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -15,6 +15,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/JIT/Directed/TypedReference/project.json b/tests/src/JIT/Directed/TypedReference/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/JIT/Directed/TypedReference/project.json +++ b/tests/src/JIT/Directed/TypedReference/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/JIT/Methodical/dynamic_methods/project.json b/tests/src/JIT/Methodical/dynamic_methods/project.json index 95eeeeafa5..ddc03c0fb8 100644 --- a/tests/src/JIT/Methodical/dynamic_methods/project.json +++ b/tests/src/JIT/Methodical/dynamic_methods/project.json @@ -1,10 +1,10 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", "System.Reflection.Emit.Lightweight": "4.0.0", - "System.Reflection.TypeExtensions": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Reflection.TypeExtensions": "4.1.0-rc3-24117-00", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10" }, "frameworks": { @@ -17,6 +17,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/JIT/Methodical/eh/rethrow/project.json b/tests/src/JIT/Methodical/eh/rethrow/project.json index 8e80e70e1b..205ff0336e 100644 --- a/tests/src/JIT/Methodical/eh/rethrow/project.json +++ b/tests/src/JIT/Methodical/eh/rethrow/project.json @@ -1,11 +1,11 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", "System.IO": "4.0.10", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", - "System.Runtime.InteropServices": "4.1.0-rc2-23816" + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -17,6 +17,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/JIT/Methodical/structs/systemvbringup/project.json b/tests/src/JIT/Methodical/structs/systemvbringup/project.json index 1c72c6d983..af467515fd 100644 --- a/tests/src/JIT/Methodical/structs/systemvbringup/project.json +++ b/tests/src/JIT/Methodical/structs/systemvbringup/project.json @@ -1,9 +1,9 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Runtime": "4.1.0-rc2-23816", - "System.Runtime.InteropServices": "4.1.0-rc2-23816" + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Runtime": "4.1.0-rc3-24117-00", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -15,6 +15,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } 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 8284c24470..10c84a9978 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,11 +1,11 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", - "System.Collections.NonGeneric": "4.0.0", - "System.Console": "4.0.0-rc2-23816", - "System.Runtime": "4.1.0-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", - "System.Runtime.InteropServices": "4.1.0-rc2-23816" + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -17,6 +17,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } 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 8284c24470..10c84a9978 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,11 +1,11 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", - "System.Collections.NonGeneric": "4.0.0", - "System.Console": "4.0.0-rc2-23816", - "System.Runtime": "4.1.0-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", - "System.Runtime.InteropServices": "4.1.0-rc2-23816" + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -17,6 +17,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } 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 19473f761c..001d56f2e6 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,12 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.0", - "System.Console": "4.0.0-rc2-23816", - "System.Runtime": "4.1.0-rc2-23816", + "System.Console": "4.0.0-rc3-24117-00", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", - "System.Threading": "4.0.0", - "System.Threading.Thread": "4.0.0-rc2-23816", + "System.Threading": "4.0.10", + "System.Threading.Thread": "4.0.0-rc3-24117-00", "System.Threading.Timer": "4.0.0" }, "frameworks": { @@ -19,6 +19,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } 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 077cdb902e..32f15cc970 100644 --- a/tests/src/JIT/Regression/Dev11/External/dev11_149090/project.json +++ b/tests/src/JIT/Regression/Dev11/External/dev11_149090/project.json @@ -1,12 +1,12 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.0", - "System.Console": "4.0.0-rc2-23816", - "System.Linq": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Console": "4.0.0-rc3-24117-00", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", - "System.Runtime.InteropServices": "4.1.0-rc2-23816" + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -18,6 +18,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/JIT/Regression/JitBlue/GitHub_4115/project.json b/tests/src/JIT/Regression/JitBlue/GitHub_4115/project.json index 0b65702820..ecf2e0894c 100644 --- a/tests/src/JIT/Regression/JitBlue/GitHub_4115/project.json +++ b/tests/src/JIT/Regression/JitBlue/GitHub_4115/project.json @@ -1,34 +1,34 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.1.0-rc2-23816", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Threading.ThreadPool": "4.0.10-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Threading.ThreadPool": "4.0.10-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -40,6 +40,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/JIT/SIMD/project.json b/tests/src/JIT/SIMD/project.json index 8de132f98c..e126d13e74 100644 --- a/tests/src/JIT/SIMD/project.json +++ b/tests/src/JIT/SIMD/project.json @@ -1,15 +1,15 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Console": "4.0.0-rc2-23816", - "System.Linq": "4.0.0", - "System.Numerics.Vectors": "4.1.1-rc2-23816", - "System.Runtime": "4.1.0-rc2-23816", + "System.Console": "4.0.0-rc3-24117-00", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Numerics.Vectors": "4.1.1-rc3-24117-00", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Threading": "4.0.0", - "System.Threading.Thread": "4.0.0-rc2-23816" + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Threading": "4.0.10", + "System.Threading.Thread": "4.0.0-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -21,6 +21,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/JIT/config/benchmark+roslyn/project.json b/tests/src/JIT/config/benchmark+roslyn/project.json index 75ad7752db..2c9a438c97 100644 --- a/tests/src/JIT/config/benchmark+roslyn/project.json +++ b/tests/src/JIT/config/benchmark+roslyn/project.json @@ -4,27 +4,33 @@ "Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0029", "Microsoft.DotNet.xunit.performance.analysis": "1.0.0-alpha-build0029", "Microsoft.DotNet.xunit.performance.runner.Windows": "1.0.0-alpha-build0029", - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Dynamic.Runtime": "4.0.0.0", - "System.Numerics.Vectors": "4.1.1-rc2-23816", - "System.Reflection": "4.0.10", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Dynamic.Runtime": "4.0.11-rc3-24117-00", + "System.Linq": "4.1.0-rc3-24117-00", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", + "System.Numerics.Vectors": "4.1.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Extensions": "4.0.0", - "System.Reflection.TypeExtensions": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Reflection.TypeExtensions": "4.1.0-rc3-24117-00", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", - "System.Runtime.Numerics": "4.0.1-rc2-23816", + "System.Runtime.Numerics": "4.0.1-rc3-24117-00", + "System.Text.RegularExpressions": "4.1.0-rc3-24117-00", "System.Threading": "4.0.10", "System.Threading.Tasks": "4.0.10", "System.Threading.Tasks.Parallel": "4.0.0", - "System.Security.Cryptography.Algorithms": "4.0.0-rc2-23816", + "System.Security.Cryptography.Algorithms": "4.2.0-rc3-24117-00", "xunit": "2.1.0", "xunit.console.netcore": "1.0.2-prerelease-00101", "xunit.runner.utility": "2.1.0" }, "frameworks": { "dnxcore50": { - "imports": "portable-net45+win8" + "imports": [ + "netstandard1.6", + "portable-net45+win8" + ] } }, "runtimes": { @@ -34,6 +40,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/JIT/config/benchmark+serialize/project.json b/tests/src/JIT/config/benchmark+serialize/project.json index d868cfa75d..c2d6616417 100644 --- a/tests/src/JIT/config/benchmark+serialize/project.json +++ b/tests/src/JIT/config/benchmark+serialize/project.json @@ -3,16 +3,19 @@ "Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0029", "Microsoft.DotNet.xunit.performance.analysis": "1.0.0-alpha-build0029", "Microsoft.DotNet.xunit.performance.runner.Windows": "1.0.0-alpha-build0029", - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "Newtonsoft.Json": "7.0.1", - "System.Console": "4.0.0-rc2-23816", + "System.Console": "4.0.0-rc3-24117-00", "System.IO": "4.0.10", - "System.ObjectModel": "4.0.10", - "System.Dynamic.Runtime": "4.0.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", + "System.Linq": "4.1.0-rc3-24117-00", + "System.ObjectModel": "4.0.12-rc3-24117-00", + "System.Dynamic.Runtime": "4.0.11-rc3-24117-00", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Serialization.Json": "4.0.0", "System.Runtime.Serialization.Primitives": "4.0.10", "System.Runtime.Serialization.Xml": "4.0.10", + "System.Text.RegularExpressions": "4.1.0-rc3-24117-00", "System.Xml.XmlDocument": "4.0.0", "System.Xml.XmlSerializer": "4.0.10", "xunit": "2.1.0", @@ -31,6 +34,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/JIT/config/benchmark/project.json b/tests/src/JIT/config/benchmark/project.json index bcceb95708..a5a386e990 100644 --- a/tests/src/JIT/config/benchmark/project.json +++ b/tests/src/JIT/config/benchmark/project.json @@ -3,18 +3,21 @@ "Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0029", "Microsoft.DotNet.xunit.performance.analysis": "1.0.0-alpha-build0029", "Microsoft.DotNet.xunit.performance.runner.Windows": "1.0.0-alpha-build0029", - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", - "System.Collections.NonGeneric": "4.0.0", - "System.Console": "4.0.0-rc2-23816", - "System.Linq": "4.0.0", - "System.Numerics.Vectors": "4.1.1-rc2-23816", - "System.Runtime": "4.1.0-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Expressions": "4.1.0-rc3-24117-00", + "System.Numerics.Vectors": "4.1.1-rc3-24117-00", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", - "System.Runtime.Numerics": "4.0.1-rc2-23816", + "System.Runtime.Numerics": "4.0.1-rc3-24117-00", + "System.Text.RegularExpressions": "4.1.0-rc3-24117-00", "System.Threading": "4.0.10", "System.Threading.Tasks": "4.0.10", "System.Threading.Tasks.Parallel": "4.0.0", - "System.Diagnostics.Process": "4.0.0-rc2-23816", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Xml.XmlDocument": "4.0.0", "System.Xml.XPath": "4.0.0", "System.Xml.XPath.XmlDocument": "4.0.0", @@ -34,6 +37,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/JIT/config/empty/project.json b/tests/src/JIT/config/empty/project.json index fc3f0262a9..62f3545a41 100644 --- a/tests/src/JIT/config/empty/project.json +++ b/tests/src/JIT/config/empty/project.json @@ -10,6 +10,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/JIT/config/extra/project.json b/tests/src/JIT/config/extra/project.json index 3a884d898e..ff3122444f 100644 --- a/tests/src/JIT/config/extra/project.json +++ b/tests/src/JIT/config/extra/project.json @@ -1,20 +1,20 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Debug": "4.0.11-rc2-23816", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", - "System.Globalization": "4.0.11-rc2-23816", - "System.IO": "4.0.11-rc2-23816", - "System.IO.FileSystem": "4.0.0", - "System.Reflection": "4.1.0-rc2-23816", - "System.Reflection.Extensions": "4.0.1-rc2-23816", - "System.Reflection.TypeExtensions": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Debug": "4.0.11-rc3-24117-00", + "System.Runtime.InteropServices.RuntimeInformation": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", + "System.Globalization": "4.0.11-rc3-24117-00", + "System.IO": "4.0.11-rc3-24117-00", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", + "System.Reflection.Extensions": "4.0.1-rc3-24117-00", + "System.Reflection.TypeExtensions": "4.1.0-rc3-24117-00", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", - "System.Runtime.InteropServices": "4.1.0-rc2-23816" + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -26,6 +26,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/JIT/config/minimal/project.json b/tests/src/JIT/config/minimal/project.json index ca4331a7df..df352def5b 100644 --- a/tests/src/JIT/config/minimal/project.json +++ b/tests/src/JIT/config/minimal/project.json @@ -1,10 +1,10 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Runtime": "4.1.0-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", - "System.Runtime.InteropServices": "4.1.0-rc2-23816" + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -16,6 +16,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/JIT/config/threading+thread/project.json b/tests/src/JIT/config/threading+thread/project.json index 777b982c88..fb17104225 100644 --- a/tests/src/JIT/config/threading+thread/project.json +++ b/tests/src/JIT/config/threading+thread/project.json @@ -1,12 +1,12 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Numerics.Vectors": "4.1.1-rc2-23816", - "System.Runtime": "4.1.0-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Numerics.Vectors": "4.1.1-rc3-24117-00", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", - "System.Threading": "4.0.0", - "System.Threading.Thread": "4.0.0-rc2-23816" + "System.Threading": "4.0.10", + "System.Threading.Thread": "4.0.0-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -18,6 +18,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/JIT/config/threading/project.json b/tests/src/JIT/config/threading/project.json index 9b2697593d..5704d9ab6e 100644 --- a/tests/src/JIT/config/threading/project.json +++ b/tests/src/JIT/config/threading/project.json @@ -1,10 +1,10 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Runtime": "4.1.0-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", - "System.Threading": "4.0.0" + "System.Threading": "4.0.10" }, "frameworks": { "dnxcore50": {} @@ -16,6 +16,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/JIT/jit64/eh/basics/project.json b/tests/src/JIT/jit64/eh/basics/project.json index e108892ce3..e9e09a0f30 100644 --- a/tests/src/JIT/jit64/eh/basics/project.json +++ b/tests/src/JIT/jit64/eh/basics/project.json @@ -1,11 +1,11 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.0", - "System.Console": "4.0.0-rc2-23816", - "System.Runtime": "4.1.0-rc2-23816", + "System.Console": "4.0.0-rc3-24117-00", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", - "System.Runtime.InteropServices": "4.1.0-rc2-23816" + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -17,6 +17,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/NativeLibs/project.json b/tests/src/Loader/NativeLibs/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/NativeLibs/project.json +++ b/tests/src/Loader/NativeLibs/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/binding/assemblies/assemblybugs/102140/project.json b/tests/src/Loader/binding/assemblies/assemblybugs/102140/project.json index 787a59f295..7199aa4a55 100644 --- a/tests/src/Loader/binding/assemblies/assemblybugs/102140/project.json +++ b/tests/src/Loader/binding/assemblies/assemblybugs/102140/project.json @@ -1,9 +1,9 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Reflection": "4.0.10", - "System.Runtime": "4.1.0-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10" }, "frameworks": { @@ -16,6 +16,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/binding/assemblies/assemblybugs/177066w/project.json b/tests/src/Loader/binding/assemblies/assemblybugs/177066w/project.json index 787a59f295..7199aa4a55 100644 --- a/tests/src/Loader/binding/assemblies/assemblybugs/177066w/project.json +++ b/tests/src/Loader/binding/assemblies/assemblybugs/177066w/project.json @@ -1,9 +1,9 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Reflection": "4.0.10", - "System.Runtime": "4.1.0-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10" }, "frameworks": { @@ -16,6 +16,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/binding/assemblies/assemblybugs/203962w/project.json b/tests/src/Loader/binding/assemblies/assemblybugs/203962w/project.json index 787a59f295..7199aa4a55 100644 --- a/tests/src/Loader/binding/assemblies/assemblybugs/203962w/project.json +++ b/tests/src/Loader/binding/assemblies/assemblybugs/203962w/project.json @@ -1,9 +1,9 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Reflection": "4.0.10", - "System.Runtime": "4.1.0-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10" }, "frameworks": { @@ -16,6 +16,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/binding/assemblies/assemblyversion/project.json b/tests/src/Loader/binding/assemblies/assemblyversion/project.json index ce79c6960b..4a87eef796 100644 --- a/tests/src/Loader/binding/assemblies/assemblyversion/project.json +++ b/tests/src/Loader/binding/assemblies/assemblyversion/project.json @@ -1,8 +1,8 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Runtime": "4.1.0-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10" }, "frameworks": { @@ -15,6 +15,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/binding/assemblies/basicapi/assemblynamector/project.json b/tests/src/Loader/binding/assemblies/basicapi/assemblynamector/project.json index 787a59f295..7199aa4a55 100644 --- a/tests/src/Loader/binding/assemblies/basicapi/assemblynamector/project.json +++ b/tests/src/Loader/binding/assemblies/basicapi/assemblynamector/project.json @@ -1,9 +1,9 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Reflection": "4.0.10", - "System.Runtime": "4.1.0-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10" }, "frameworks": { @@ -16,6 +16,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } 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 ce79c6960b..4a87eef796 100644 --- a/tests/src/Loader/binding/assemblies/generics/arilistienum/methods/project.json +++ b/tests/src/Loader/binding/assemblies/generics/arilistienum/methods/project.json @@ -1,8 +1,8 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Runtime": "4.1.0-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10" }, "frameworks": { @@ -15,6 +15,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/PrivateInterfaceImpl/project.json b/tests/src/Loader/classloader/PrivateInterfaceImpl/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/PrivateInterfaceImpl/project.json +++ b/tests/src/Loader/classloader/PrivateInterfaceImpl/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/Statics/ComplexScenarios/project.json b/tests/src/Loader/classloader/Statics/ComplexScenarios/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/Statics/ComplexScenarios/project.json +++ b/tests/src/Loader/classloader/Statics/ComplexScenarios/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/Statics/Misc/project.json b/tests/src/Loader/classloader/Statics/Misc/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/Statics/Misc/project.json +++ b/tests/src/Loader/classloader/Statics/Misc/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/TSAmbiguities/CollapsedMethods/InterfaceImplementation/project.json b/tests/src/Loader/classloader/TSAmbiguities/CollapsedMethods/InterfaceImplementation/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/TSAmbiguities/CollapsedMethods/InterfaceImplementation/project.json +++ b/tests/src/Loader/classloader/TSAmbiguities/CollapsedMethods/InterfaceImplementation/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/project.json b/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/project.json +++ b/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/TypeInitialization/CircularCctors/project.json b/tests/src/Loader/classloader/TypeInitialization/CircularCctors/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/TypeInitialization/CircularCctors/project.json +++ b/tests/src/Loader/classloader/TypeInitialization/CircularCctors/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/TypeInitialization/CoreCLR/project.json b/tests/src/Loader/classloader/TypeInitialization/CoreCLR/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/TypeInitialization/CoreCLR/project.json +++ b/tests/src/Loader/classloader/TypeInitialization/CoreCLR/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/TypeInitialization/Inlining/project.json b/tests/src/Loader/classloader/TypeInitialization/Inlining/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/TypeInitialization/Inlining/project.json +++ b/tests/src/Loader/classloader/TypeInitialization/Inlining/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/TypeInitialization/ThisNulllPointer/project.json b/tests/src/Loader/classloader/TypeInitialization/ThisNulllPointer/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/TypeInitialization/ThisNulllPointer/project.json +++ b/tests/src/Loader/classloader/TypeInitialization/ThisNulllPointer/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/TypeInitialization/backpatching/project.json b/tests/src/Loader/classloader/TypeInitialization/backpatching/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/TypeInitialization/backpatching/project.json +++ b/tests/src/Loader/classloader/TypeInitialization/backpatching/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/explicitlayout/Regressions/298006/project.json b/tests/src/Loader/classloader/explicitlayout/Regressions/298006/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/explicitlayout/Regressions/298006/project.json +++ b/tests/src/Loader/classloader/explicitlayout/Regressions/298006/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/explicitlayout/Regressions/369794/project.json b/tests/src/Loader/classloader/explicitlayout/Regressions/369794/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/explicitlayout/Regressions/369794/project.json +++ b/tests/src/Loader/classloader/explicitlayout/Regressions/369794/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/explicitlayout/misc/project.json b/tests/src/Loader/classloader/explicitlayout/misc/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/explicitlayout/misc/project.json +++ b/tests/src/Loader/classloader/explicitlayout/misc/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/project.json b/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/project.json +++ b/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/generics/Constraints/General/project.json b/tests/src/Loader/classloader/generics/Constraints/General/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/generics/Constraints/General/project.json +++ b/tests/src/Loader/classloader/generics/Constraints/General/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/generics/Constraints/Recursion/project.json b/tests/src/Loader/classloader/generics/Constraints/Recursion/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/generics/Constraints/Recursion/project.json +++ b/tests/src/Loader/classloader/generics/Constraints/Recursion/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/generics/Constraints/Regressions/532403/project.json b/tests/src/Loader/classloader/generics/Constraints/Regressions/532403/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/generics/Constraints/Regressions/532403/project.json +++ b/tests/src/Loader/classloader/generics/Constraints/Regressions/532403/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/generics/Constraints/Regressions/ddb62403/project.json b/tests/src/Loader/classloader/generics/Constraints/Regressions/ddb62403/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/generics/Constraints/Regressions/ddb62403/project.json +++ b/tests/src/Loader/classloader/generics/Constraints/Regressions/ddb62403/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/generics/Constraints/Regressions/dev10_512868/project.json b/tests/src/Loader/classloader/generics/Constraints/Regressions/dev10_512868/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/generics/Constraints/Regressions/dev10_512868/project.json +++ b/tests/src/Loader/classloader/generics/Constraints/Regressions/dev10_512868/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/generics/Constraints/Regressions/vsw609874/project.json b/tests/src/Loader/classloader/generics/Constraints/Regressions/vsw609874/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/generics/Constraints/Regressions/vsw609874/project.json +++ b/tests/src/Loader/classloader/generics/Constraints/Regressions/vsw609874/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/generics/GenericMethods/project.json b/tests/src/Loader/classloader/generics/GenericMethods/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/generics/GenericMethods/project.json +++ b/tests/src/Loader/classloader/generics/GenericMethods/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/generics/Instantiation/Negative/project.json b/tests/src/Loader/classloader/generics/Instantiation/Negative/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Negative/project.json +++ b/tests/src/Loader/classloader/generics/Instantiation/Negative/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/generics/Instantiation/Nesting/project.json b/tests/src/Loader/classloader/generics/Instantiation/Nesting/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Nesting/project.json +++ b/tests/src/Loader/classloader/generics/Instantiation/Nesting/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/generics/Instantiation/Positive/project.json b/tests/src/Loader/classloader/generics/Instantiation/Positive/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Positive/project.json +++ b/tests/src/Loader/classloader/generics/Instantiation/Positive/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/generics/Instantiation/Recursion/project.json b/tests/src/Loader/classloader/generics/Instantiation/Recursion/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Recursion/project.json +++ b/tests/src/Loader/classloader/generics/Instantiation/Recursion/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/generics/Instantiation/Regressions/607/project.json b/tests/src/Loader/classloader/generics/Instantiation/Regressions/607/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Regressions/607/project.json +++ b/tests/src/Loader/classloader/generics/Instantiation/Regressions/607/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/generics/Layout/General/project.json b/tests/src/Loader/classloader/generics/Layout/General/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/generics/Layout/General/project.json +++ b/tests/src/Loader/classloader/generics/Layout/General/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/generics/Layout/Specific/project.json b/tests/src/Loader/classloader/generics/Layout/Specific/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/generics/Layout/Specific/project.json +++ b/tests/src/Loader/classloader/generics/Layout/Specific/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/generics/Misc/project.json b/tests/src/Loader/classloader/generics/Misc/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/generics/Misc/project.json +++ b/tests/src/Loader/classloader/generics/Misc/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/generics/Statics/Regressions/524571/project.json b/tests/src/Loader/classloader/generics/Statics/Regressions/524571/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/generics/Statics/Regressions/524571/project.json +++ b/tests/src/Loader/classloader/generics/Statics/Regressions/524571/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/generics/VSD/project.json b/tests/src/Loader/classloader/generics/VSD/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/generics/VSD/project.json +++ b/tests/src/Loader/classloader/generics/VSD/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/generics/Variance/CoreCLR/project.json b/tests/src/Loader/classloader/generics/Variance/CoreCLR/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/generics/Variance/CoreCLR/project.json +++ b/tests/src/Loader/classloader/generics/Variance/CoreCLR/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/generics/Variance/Delegates/project.json b/tests/src/Loader/classloader/generics/Variance/Delegates/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/generics/Variance/Delegates/project.json +++ b/tests/src/Loader/classloader/generics/Variance/Delegates/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/generics/Variance/IL/project.json b/tests/src/Loader/classloader/generics/Variance/IL/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/generics/Variance/IL/project.json +++ b/tests/src/Loader/classloader/generics/Variance/IL/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/generics/Variance/Interfaces/project.json b/tests/src/Loader/classloader/generics/Variance/Interfaces/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/generics/Variance/Interfaces/project.json +++ b/tests/src/Loader/classloader/generics/Variance/Interfaces/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/generics/Variance/Methods/project.json b/tests/src/Loader/classloader/generics/Variance/Methods/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/generics/Variance/Methods/project.json +++ b/tests/src/Loader/classloader/generics/Variance/Methods/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/generics/Visibility/project.json b/tests/src/Loader/classloader/generics/Visibility/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/generics/Visibility/project.json +++ b/tests/src/Loader/classloader/generics/Visibility/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/generics/regressions/123712/project.json b/tests/src/Loader/classloader/generics/regressions/123712/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/generics/regressions/123712/project.json +++ b/tests/src/Loader/classloader/generics/regressions/123712/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/generics/regressions/137310/project.json b/tests/src/Loader/classloader/generics/regressions/137310/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/generics/regressions/137310/project.json +++ b/tests/src/Loader/classloader/generics/regressions/137310/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/generics/regressions/188892/project.json b/tests/src/Loader/classloader/generics/regressions/188892/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/generics/regressions/188892/project.json +++ b/tests/src/Loader/classloader/generics/regressions/188892/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/generics/regressions/237932/project.json b/tests/src/Loader/classloader/generics/regressions/237932/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/generics/regressions/237932/project.json +++ b/tests/src/Loader/classloader/generics/regressions/237932/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/generics/regressions/334376/project.json b/tests/src/Loader/classloader/generics/regressions/334376/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/generics/regressions/334376/project.json +++ b/tests/src/Loader/classloader/generics/regressions/334376/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/generics/regressions/341477/project.json b/tests/src/Loader/classloader/generics/regressions/341477/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/generics/regressions/341477/project.json +++ b/tests/src/Loader/classloader/generics/regressions/341477/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/generics/regressions/395780/project.json b/tests/src/Loader/classloader/generics/regressions/395780/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/generics/regressions/395780/project.json +++ b/tests/src/Loader/classloader/generics/regressions/395780/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/generics/regressions/433497/project.json b/tests/src/Loader/classloader/generics/regressions/433497/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/generics/regressions/433497/project.json +++ b/tests/src/Loader/classloader/generics/regressions/433497/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/generics/regressions/448208/project.json b/tests/src/Loader/classloader/generics/regressions/448208/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/generics/regressions/448208/project.json +++ b/tests/src/Loader/classloader/generics/regressions/448208/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/generics/regressions/515341/project.json b/tests/src/Loader/classloader/generics/regressions/515341/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/generics/regressions/515341/project.json +++ b/tests/src/Loader/classloader/generics/regressions/515341/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/generics/regressions/536564/project.json b/tests/src/Loader/classloader/generics/regressions/536564/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/generics/regressions/536564/project.json +++ b/tests/src/Loader/classloader/generics/regressions/536564/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/generics/regressions/DD117522/project.json b/tests/src/Loader/classloader/generics/regressions/DD117522/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/generics/regressions/DD117522/project.json +++ b/tests/src/Loader/classloader/generics/regressions/DD117522/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/generics/regressions/dd95372/project.json b/tests/src/Loader/classloader/generics/regressions/dd95372/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/generics/regressions/dd95372/project.json +++ b/tests/src/Loader/classloader/generics/regressions/dd95372/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/generics/regressions/ddb3422/project.json b/tests/src/Loader/classloader/generics/regressions/ddb3422/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/generics/regressions/ddb3422/project.json +++ b/tests/src/Loader/classloader/generics/regressions/ddb3422/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/generics/regressions/vsw237932/project.json b/tests/src/Loader/classloader/generics/regressions/vsw237932/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/generics/regressions/vsw237932/project.json +++ b/tests/src/Loader/classloader/generics/regressions/vsw237932/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/generics/regressions/vsw514968/project.json b/tests/src/Loader/classloader/generics/regressions/vsw514968/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/generics/regressions/vsw514968/project.json +++ b/tests/src/Loader/classloader/generics/regressions/vsw514968/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/generics/regressions/vsw524571/project.json b/tests/src/Loader/classloader/generics/regressions/vsw524571/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/generics/regressions/vsw524571/project.json +++ b/tests/src/Loader/classloader/generics/regressions/vsw524571/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/generics/regressions/vsw578898/project.json b/tests/src/Loader/classloader/generics/regressions/vsw578898/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/generics/regressions/vsw578898/project.json +++ b/tests/src/Loader/classloader/generics/regressions/vsw578898/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/methodoverriding/regressions/549411/project.json b/tests/src/Loader/classloader/methodoverriding/regressions/549411/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/methodoverriding/regressions/549411/project.json +++ b/tests/src/Loader/classloader/methodoverriding/regressions/549411/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/methodoverriding/regressions/576621/project.json b/tests/src/Loader/classloader/methodoverriding/regressions/576621/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/methodoverriding/regressions/576621/project.json +++ b/tests/src/Loader/classloader/methodoverriding/regressions/576621/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/methodoverriding/regressions/577403/project.json b/tests/src/Loader/classloader/methodoverriding/regressions/577403/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/methodoverriding/regressions/577403/project.json +++ b/tests/src/Loader/classloader/methodoverriding/regressions/577403/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/methodoverriding/regressions/593884/project.json b/tests/src/Loader/classloader/methodoverriding/regressions/593884/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/methodoverriding/regressions/593884/project.json +++ b/tests/src/Loader/classloader/methodoverriding/regressions/593884/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/methodoverriding/regressions/dev10_432038/project.json b/tests/src/Loader/classloader/methodoverriding/regressions/dev10_432038/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/methodoverriding/regressions/dev10_432038/project.json +++ b/tests/src/Loader/classloader/methodoverriding/regressions/dev10_432038/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/nesting/Regressions/dev10_602978/project.json b/tests/src/Loader/classloader/nesting/Regressions/dev10_602978/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/nesting/Regressions/dev10_602978/project.json +++ b/tests/src/Loader/classloader/nesting/Regressions/dev10_602978/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/nesting/Tests/project.json b/tests/src/Loader/classloader/nesting/Tests/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/nesting/Tests/project.json +++ b/tests/src/Loader/classloader/nesting/Tests/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/nesting/coreclr/project.json b/tests/src/Loader/classloader/nesting/coreclr/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/nesting/coreclr/project.json +++ b/tests/src/Loader/classloader/nesting/coreclr/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/regressions/101682/project.json b/tests/src/Loader/classloader/regressions/101682/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/regressions/101682/project.json +++ b/tests/src/Loader/classloader/regressions/101682/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/regressions/101904/project.json b/tests/src/Loader/classloader/regressions/101904/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/regressions/101904/project.json +++ b/tests/src/Loader/classloader/regressions/101904/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/regressions/106647/project.json b/tests/src/Loader/classloader/regressions/106647/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/regressions/106647/project.json +++ b/tests/src/Loader/classloader/regressions/106647/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/regressions/111021/project.json b/tests/src/Loader/classloader/regressions/111021/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/regressions/111021/project.json +++ b/tests/src/Loader/classloader/regressions/111021/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/regressions/123413/project.json b/tests/src/Loader/classloader/regressions/123413/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/regressions/123413/project.json +++ b/tests/src/Loader/classloader/regressions/123413/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/regressions/144257/project.json b/tests/src/Loader/classloader/regressions/144257/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/regressions/144257/project.json +++ b/tests/src/Loader/classloader/regressions/144257/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/regressions/14610/project.json b/tests/src/Loader/classloader/regressions/14610/project.json index fc8ccb4cc2..dca5daef42 100644 --- a/tests/src/Loader/classloader/regressions/14610/project.json +++ b/tests/src/Loader/classloader/regressions/14610/project.json @@ -1,33 +1,34 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Reflection.TypeExtensions": "4.1.0-rc3-24117-00", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +40,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/regressions/208900/project.json b/tests/src/Loader/classloader/regressions/208900/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/regressions/208900/project.json +++ b/tests/src/Loader/classloader/regressions/208900/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/regressions/245191/project.json b/tests/src/Loader/classloader/regressions/245191/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/regressions/245191/project.json +++ b/tests/src/Loader/classloader/regressions/245191/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/regressions/307137/project.json b/tests/src/Loader/classloader/regressions/307137/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/regressions/307137/project.json +++ b/tests/src/Loader/classloader/regressions/307137/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/regressions/347422/project.json b/tests/src/Loader/classloader/regressions/347422/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/regressions/347422/project.json +++ b/tests/src/Loader/classloader/regressions/347422/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/regressions/348842/project.json b/tests/src/Loader/classloader/regressions/348842/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/regressions/348842/project.json +++ b/tests/src/Loader/classloader/regressions/348842/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/regressions/359519/project.json b/tests/src/Loader/classloader/regressions/359519/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/regressions/359519/project.json +++ b/tests/src/Loader/classloader/regressions/359519/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/regressions/405223/project.json b/tests/src/Loader/classloader/regressions/405223/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/regressions/405223/project.json +++ b/tests/src/Loader/classloader/regressions/405223/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/regressions/434481/project.json b/tests/src/Loader/classloader/regressions/434481/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/regressions/434481/project.json +++ b/tests/src/Loader/classloader/regressions/434481/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/regressions/451034/project.json b/tests/src/Loader/classloader/regressions/451034/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/regressions/451034/project.json +++ b/tests/src/Loader/classloader/regressions/451034/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/regressions/523654/project.json b/tests/src/Loader/classloader/regressions/523654/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/regressions/523654/project.json +++ b/tests/src/Loader/classloader/regressions/523654/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/regressions/529206/project.json b/tests/src/Loader/classloader/regressions/529206/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/regressions/529206/project.json +++ b/tests/src/Loader/classloader/regressions/529206/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/regressions/583649/project.json b/tests/src/Loader/classloader/regressions/583649/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/regressions/583649/project.json +++ b/tests/src/Loader/classloader/regressions/583649/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/regressions/91888/project.json b/tests/src/Loader/classloader/regressions/91888/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/regressions/91888/project.json +++ b/tests/src/Loader/classloader/regressions/91888/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/regressions/Dev12_518401/project.json b/tests/src/Loader/classloader/regressions/Dev12_518401/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/regressions/Dev12_518401/project.json +++ b/tests/src/Loader/classloader/regressions/Dev12_518401/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/regressions/dd116295/project.json b/tests/src/Loader/classloader/regressions/dd116295/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/regressions/dd116295/project.json +++ b/tests/src/Loader/classloader/regressions/dd116295/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/regressions/dd52/project.json b/tests/src/Loader/classloader/regressions/dd52/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/regressions/dd52/project.json +++ b/tests/src/Loader/classloader/regressions/dd52/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/regressions/dev10_398410/project.json b/tests/src/Loader/classloader/regressions/dev10_398410/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/regressions/dev10_398410/project.json +++ b/tests/src/Loader/classloader/regressions/dev10_398410/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/regressions/dev10_526434/project.json b/tests/src/Loader/classloader/regressions/dev10_526434/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/regressions/dev10_526434/project.json +++ b/tests/src/Loader/classloader/regressions/dev10_526434/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/project.json b/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/project.json +++ b/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/regressions/dev10_630250/project.json b/tests/src/Loader/classloader/regressions/dev10_630250/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/regressions/dev10_630250/project.json +++ b/tests/src/Loader/classloader/regressions/dev10_630250/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/regressions/dev10_724989/project.json b/tests/src/Loader/classloader/regressions/dev10_724989/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/regressions/dev10_724989/project.json +++ b/tests/src/Loader/classloader/regressions/dev10_724989/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/regressions/dev10_794943/project.json b/tests/src/Loader/classloader/regressions/dev10_794943/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/regressions/dev10_794943/project.json +++ b/tests/src/Loader/classloader/regressions/dev10_794943/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/regressions/dev10_813331/project.json b/tests/src/Loader/classloader/regressions/dev10_813331/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/regressions/dev10_813331/project.json +++ b/tests/src/Loader/classloader/regressions/dev10_813331/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/regressions/dev10_851479/project.json b/tests/src/Loader/classloader/regressions/dev10_851479/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/regressions/dev10_851479/project.json +++ b/tests/src/Loader/classloader/regressions/dev10_851479/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/regressions/dev10_889822/project.json b/tests/src/Loader/classloader/regressions/dev10_889822/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/regressions/dev10_889822/project.json +++ b/tests/src/Loader/classloader/regressions/dev10_889822/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/regressions/dev10_897464/project.json b/tests/src/Loader/classloader/regressions/dev10_897464/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/regressions/dev10_897464/project.json +++ b/tests/src/Loader/classloader/regressions/dev10_897464/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/regressions/dev11_256384/project.json b/tests/src/Loader/classloader/regressions/dev11_256384/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/regressions/dev11_256384/project.json +++ b/tests/src/Loader/classloader/regressions/dev11_256384/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/regressions/dev11_38348/project.json b/tests/src/Loader/classloader/regressions/dev11_38348/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/regressions/dev11_38348/project.json +++ b/tests/src/Loader/classloader/regressions/dev11_38348/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/regressions/dev11_383846/project.json b/tests/src/Loader/classloader/regressions/dev11_383846/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/regressions/dev11_383846/project.json +++ b/tests/src/Loader/classloader/regressions/dev11_383846/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/regressions/dev11_95728/project.json b/tests/src/Loader/classloader/regressions/dev11_95728/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/regressions/dev11_95728/project.json +++ b/tests/src/Loader/classloader/regressions/dev11_95728/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/regressions/vsw111021/project.json b/tests/src/Loader/classloader/regressions/vsw111021/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/regressions/vsw111021/project.json +++ b/tests/src/Loader/classloader/regressions/vsw111021/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/regressions/vsw307137/project.json b/tests/src/Loader/classloader/regressions/vsw307137/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/regressions/vsw307137/project.json +++ b/tests/src/Loader/classloader/regressions/vsw307137/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/regressions/vsw529206/project.json b/tests/src/Loader/classloader/regressions/vsw529206/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/regressions/vsw529206/project.json +++ b/tests/src/Loader/classloader/regressions/vsw529206/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/regressions/vsw531159/project.json b/tests/src/Loader/classloader/regressions/vsw531159/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/regressions/vsw531159/project.json +++ b/tests/src/Loader/classloader/regressions/vsw531159/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/project.json b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/project.json +++ b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/v1/M10/Acceptance/project.json b/tests/src/Loader/classloader/v1/M10/Acceptance/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/v1/M10/Acceptance/project.json +++ b/tests/src/Loader/classloader/v1/M10/Acceptance/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/project.json b/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/project.json +++ b/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/lowlevel/regress/105736/project.json b/tests/src/Loader/lowlevel/regress/105736/project.json index ce79c6960b..4a87eef796 100644 --- a/tests/src/Loader/lowlevel/regress/105736/project.json +++ b/tests/src/Loader/lowlevel/regress/105736/project.json @@ -1,8 +1,8 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Runtime": "4.1.0-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10" }, "frameworks": { @@ -15,6 +15,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/multimodule/project.json b/tests/src/Loader/multimodule/project.json index ce79c6960b..4a87eef796 100644 --- a/tests/src/Loader/multimodule/project.json +++ b/tests/src/Loader/multimodule/project.json @@ -1,8 +1,8 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Runtime": "4.1.0-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10" }, "frameworks": { @@ -15,6 +15,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/regressions/classloader/project.json b/tests/src/Loader/regressions/classloader/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/regressions/classloader/project.json +++ b/tests/src/Loader/regressions/classloader/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/regressions/polyrec/project.json b/tests/src/Loader/regressions/polyrec/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Loader/regressions/polyrec/project.json +++ b/tests/src/Loader/regressions/polyrec/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Loader/versioning/coverage/project.json b/tests/src/Loader/versioning/coverage/project.json index ce79c6960b..4a87eef796 100644 --- a/tests/src/Loader/versioning/coverage/project.json +++ b/tests/src/Loader/versioning/coverage/project.json @@ -1,8 +1,8 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Runtime": "4.1.0-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10" }, "frameworks": { @@ -15,6 +15,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Regressions/assemblyref/project.json b/tests/src/Regressions/assemblyref/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Regressions/assemblyref/project.json +++ b/tests/src/Regressions/assemblyref/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Regressions/common/project.json b/tests/src/Regressions/common/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Regressions/common/project.json +++ b/tests/src/Regressions/common/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Regressions/coreclr/0014/project.json b/tests/src/Regressions/coreclr/0014/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Regressions/coreclr/0014/project.json +++ b/tests/src/Regressions/coreclr/0014/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Regressions/coreclr/0018/project.json b/tests/src/Regressions/coreclr/0018/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Regressions/coreclr/0018/project.json +++ b/tests/src/Regressions/coreclr/0018/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Regressions/coreclr/0028/project.json b/tests/src/Regressions/coreclr/0028/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Regressions/coreclr/0028/project.json +++ b/tests/src/Regressions/coreclr/0028/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Regressions/coreclr/0041/project.json b/tests/src/Regressions/coreclr/0041/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Regressions/coreclr/0041/project.json +++ b/tests/src/Regressions/coreclr/0041/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Regressions/coreclr/0044/project.json b/tests/src/Regressions/coreclr/0044/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Regressions/coreclr/0044/project.json +++ b/tests/src/Regressions/coreclr/0044/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Regressions/coreclr/0046/project.json b/tests/src/Regressions/coreclr/0046/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Regressions/coreclr/0046/project.json +++ b/tests/src/Regressions/coreclr/0046/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Regressions/coreclr/0069/project.json b/tests/src/Regressions/coreclr/0069/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Regressions/coreclr/0069/project.json +++ b/tests/src/Regressions/coreclr/0069/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Regressions/coreclr/0075/project.json b/tests/src/Regressions/coreclr/0075/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Regressions/coreclr/0075/project.json +++ b/tests/src/Regressions/coreclr/0075/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Regressions/coreclr/0077/project.json b/tests/src/Regressions/coreclr/0077/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Regressions/coreclr/0077/project.json +++ b/tests/src/Regressions/coreclr/0077/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Regressions/coreclr/0080/project.json b/tests/src/Regressions/coreclr/0080/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Regressions/coreclr/0080/project.json +++ b/tests/src/Regressions/coreclr/0080/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Regressions/coreclr/0099/project.json b/tests/src/Regressions/coreclr/0099/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Regressions/coreclr/0099/project.json +++ b/tests/src/Regressions/coreclr/0099/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Regressions/coreclr/0138/project.json b/tests/src/Regressions/coreclr/0138/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Regressions/coreclr/0138/project.json +++ b/tests/src/Regressions/coreclr/0138/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Regressions/coreclr/0149/project.json b/tests/src/Regressions/coreclr/0149/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Regressions/coreclr/0149/project.json +++ b/tests/src/Regressions/coreclr/0149/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Regressions/coreclr/0198/project.json b/tests/src/Regressions/coreclr/0198/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Regressions/coreclr/0198/project.json +++ b/tests/src/Regressions/coreclr/0198/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Regressions/coreclr/0202/project.json b/tests/src/Regressions/coreclr/0202/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Regressions/coreclr/0202/project.json +++ b/tests/src/Regressions/coreclr/0202/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Regressions/coreclr/0211/project.json b/tests/src/Regressions/coreclr/0211/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Regressions/coreclr/0211/project.json +++ b/tests/src/Regressions/coreclr/0211/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Regressions/coreclr/0275/project.json b/tests/src/Regressions/coreclr/0275/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Regressions/coreclr/0275/project.json +++ b/tests/src/Regressions/coreclr/0275/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Regressions/coreclr/0308/project.json b/tests/src/Regressions/coreclr/0308/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Regressions/coreclr/0308/project.json +++ b/tests/src/Regressions/coreclr/0308/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Regressions/coreclr/0341/project.json b/tests/src/Regressions/coreclr/0341/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Regressions/coreclr/0341/project.json +++ b/tests/src/Regressions/coreclr/0341/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Regressions/coreclr/0342/project.json b/tests/src/Regressions/coreclr/0342/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Regressions/coreclr/0342/project.json +++ b/tests/src/Regressions/coreclr/0342/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Regressions/coreclr/0416/project.json b/tests/src/Regressions/coreclr/0416/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Regressions/coreclr/0416/project.json +++ b/tests/src/Regressions/coreclr/0416/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Regressions/coreclr/0433/project.json b/tests/src/Regressions/coreclr/0433/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Regressions/coreclr/0433/project.json +++ b/tests/src/Regressions/coreclr/0433/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Regressions/coreclr/0487/project.json b/tests/src/Regressions/coreclr/0487/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Regressions/coreclr/0487/project.json +++ b/tests/src/Regressions/coreclr/0487/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Regressions/coreclr/0570/project.json b/tests/src/Regressions/coreclr/0570/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Regressions/coreclr/0570/project.json +++ b/tests/src/Regressions/coreclr/0570/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Regressions/coreclr/0576/project.json b/tests/src/Regressions/coreclr/0576/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Regressions/coreclr/0576/project.json +++ b/tests/src/Regressions/coreclr/0576/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Regressions/coreclr/0582/project.json b/tests/src/Regressions/coreclr/0582/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Regressions/coreclr/0582/project.json +++ b/tests/src/Regressions/coreclr/0582/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Regressions/coreclr/0583/project.json b/tests/src/Regressions/coreclr/0583/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Regressions/coreclr/0583/project.json +++ b/tests/src/Regressions/coreclr/0583/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Regressions/coreclr/0584/project.json b/tests/src/Regressions/coreclr/0584/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Regressions/coreclr/0584/project.json +++ b/tests/src/Regressions/coreclr/0584/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Regressions/coreclr/0694/project.json b/tests/src/Regressions/coreclr/0694/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Regressions/coreclr/0694/project.json +++ b/tests/src/Regressions/coreclr/0694/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Regressions/coreclr/0792/project.json b/tests/src/Regressions/coreclr/0792/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Regressions/coreclr/0792/project.json +++ b/tests/src/Regressions/coreclr/0792/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Regressions/coreclr/0828/project.json b/tests/src/Regressions/coreclr/0828/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Regressions/coreclr/0828/project.json +++ b/tests/src/Regressions/coreclr/0828/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Regressions/coreclr/0829/project.json b/tests/src/Regressions/coreclr/0829/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Regressions/coreclr/0829/project.json +++ b/tests/src/Regressions/coreclr/0829/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Regressions/coreclr/0857/project.json b/tests/src/Regressions/coreclr/0857/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Regressions/coreclr/0857/project.json +++ b/tests/src/Regressions/coreclr/0857/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Regressions/coreclr/0939/project.json b/tests/src/Regressions/coreclr/0939/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Regressions/coreclr/0939/project.json +++ b/tests/src/Regressions/coreclr/0939/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Regressions/coreclr/0968/project.json b/tests/src/Regressions/coreclr/0968/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Regressions/coreclr/0968/project.json +++ b/tests/src/Regressions/coreclr/0968/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Regressions/coreclr/1307/project.json b/tests/src/Regressions/coreclr/1307/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Regressions/coreclr/1307/project.json +++ b/tests/src/Regressions/coreclr/1307/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Regressions/coreclr/1333/project.json b/tests/src/Regressions/coreclr/1333/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Regressions/coreclr/1333/project.json +++ b/tests/src/Regressions/coreclr/1333/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Regressions/coreclr/1337/project.json b/tests/src/Regressions/coreclr/1337/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Regressions/coreclr/1337/project.json +++ b/tests/src/Regressions/coreclr/1337/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Regressions/coreclr/1380/project.json b/tests/src/Regressions/coreclr/1380/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Regressions/coreclr/1380/project.json +++ b/tests/src/Regressions/coreclr/1380/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Regressions/coreclr/1386/project.json b/tests/src/Regressions/coreclr/1386/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Regressions/coreclr/1386/project.json +++ b/tests/src/Regressions/coreclr/1386/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Regressions/coreclr/1402/project.json b/tests/src/Regressions/coreclr/1402/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Regressions/coreclr/1402/project.json +++ b/tests/src/Regressions/coreclr/1402/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Regressions/coreclr/1514/project.json b/tests/src/Regressions/coreclr/1514/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Regressions/coreclr/1514/project.json +++ b/tests/src/Regressions/coreclr/1514/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Regressions/coreclr/1534/project.json b/tests/src/Regressions/coreclr/1534/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Regressions/coreclr/1534/project.json +++ b/tests/src/Regressions/coreclr/1534/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Regressions/coreclr/1535/project.json b/tests/src/Regressions/coreclr/1535/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Regressions/coreclr/1535/project.json +++ b/tests/src/Regressions/coreclr/1535/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Regressions/coreclr/1549/project.json b/tests/src/Regressions/coreclr/1549/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Regressions/coreclr/1549/project.json +++ b/tests/src/Regressions/coreclr/1549/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Regressions/coreclr/72162/project.json b/tests/src/Regressions/coreclr/72162/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Regressions/coreclr/72162/project.json +++ b/tests/src/Regressions/coreclr/72162/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/Regressions/expl_double/project.json b/tests/src/Regressions/expl_double/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/Regressions/expl_double/project.json +++ b/tests/src/Regressions/expl_double/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/TestWrappersConfig/project.json b/tests/src/TestWrappersConfig/project.json index 4ae8b9247a..07ede5fca1 100644 --- a/tests/src/TestWrappersConfig/project.json +++ b/tests/src/TestWrappersConfig/project.json @@ -16,6 +16,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/compilerservices/dynamicobjectproperties/project.json b/tests/src/baseservices/compilerservices/dynamicobjectproperties/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/baseservices/compilerservices/dynamicobjectproperties/project.json +++ b/tests/src/baseservices/compilerservices/dynamicobjectproperties/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/exceptions/AccessViolationException/project.json b/tests/src/baseservices/exceptions/AccessViolationException/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/baseservices/exceptions/AccessViolationException/project.json +++ b/tests/src/baseservices/exceptions/AccessViolationException/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/exceptions/StackTracePreserve/project.json b/tests/src/baseservices/exceptions/StackTracePreserve/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/baseservices/exceptions/StackTracePreserve/project.json +++ b/tests/src/baseservices/exceptions/StackTracePreserve/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/exceptions/generics/project.json b/tests/src/baseservices/exceptions/generics/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/baseservices/exceptions/generics/project.json +++ b/tests/src/baseservices/exceptions/generics/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/exceptions/regressions/Dev11/147911/project.json b/tests/src/baseservices/exceptions/regressions/Dev11/147911/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/baseservices/exceptions/regressions/Dev11/147911/project.json +++ b/tests/src/baseservices/exceptions/regressions/Dev11/147911/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/exceptions/regressions/Dev11/154243/project.json b/tests/src/baseservices/exceptions/regressions/Dev11/154243/project.json index 30012f77f9..dee91b3356 100644 --- a/tests/src/baseservices/exceptions/regressions/Dev11/154243/project.json +++ b/tests/src/baseservices/exceptions/regressions/Dev11/154243/project.json @@ -1,34 +1,35 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", - "System.Reflection.Emit.Lightweight": "4.0.0-rc2-23816", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", + "System.Reflection.Emit.Lightweight": "4.0.0", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Reflection.TypeExtensions": "4.1.0-rc3-24117-00", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -40,6 +41,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/exceptions/regressions/V1/SEH/COOL/project.json b/tests/src/baseservices/exceptions/regressions/V1/SEH/COOL/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/baseservices/exceptions/regressions/V1/SEH/COOL/project.json +++ b/tests/src/baseservices/exceptions/regressions/V1/SEH/COOL/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/project.json b/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/project.json +++ b/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/exceptions/regressions/V1/SEH/coverage/project.json b/tests/src/baseservices/exceptions/regressions/V1/SEH/coverage/project.json index fc8ccb4cc2..e8ec8ab541 100644 --- a/tests/src/baseservices/exceptions/regressions/V1/SEH/coverage/project.json +++ b/tests/src/baseservices/exceptions/regressions/V1/SEH/coverage/project.json @@ -1,33 +1,34 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Resources.ResourceManager": "4.0.1-rc3-24117-00", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +40,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/exceptions/regressions/v1.0/project.json b/tests/src/baseservices/exceptions/regressions/v1.0/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/baseservices/exceptions/regressions/v1.0/project.json +++ b/tests/src/baseservices/exceptions/regressions/v1.0/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } 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 fc8ccb4cc2..dca5daef42 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", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Reflection.TypeExtensions": "4.1.0-rc3-24117-00", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +40,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } 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 fc8ccb4cc2..025841ec29 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,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/exceptions/regressions/whidbeyM3.2/project.json b/tests/src/baseservices/exceptions/regressions/whidbeyM3.2/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/baseservices/exceptions/regressions/whidbeyM3.2/project.json +++ b/tests/src/baseservices/exceptions/regressions/whidbeyM3.2/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/exceptions/regressions/whidbeybeta2/349379/project.json b/tests/src/baseservices/exceptions/regressions/whidbeybeta2/349379/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/baseservices/exceptions/regressions/whidbeybeta2/349379/project.json +++ b/tests/src/baseservices/exceptions/regressions/whidbeybeta2/349379/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/exceptions/regressions/whidbeybeta2/366085/project.json b/tests/src/baseservices/exceptions/regressions/whidbeybeta2/366085/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/baseservices/exceptions/regressions/whidbeybeta2/366085/project.json +++ b/tests/src/baseservices/exceptions/regressions/whidbeybeta2/366085/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } 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 fc8ccb4cc2..025841ec29 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,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } 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 fc8ccb4cc2..025841ec29 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,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } 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 fc8ccb4cc2..025841ec29 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,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/exceptions/sharedexceptions/emptystacktrace/project.json b/tests/src/baseservices/exceptions/sharedexceptions/emptystacktrace/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/baseservices/exceptions/sharedexceptions/emptystacktrace/project.json +++ b/tests/src/baseservices/exceptions/sharedexceptions/emptystacktrace/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/exceptions/simple/project.json b/tests/src/baseservices/exceptions/simple/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/baseservices/exceptions/simple/project.json +++ b/tests/src/baseservices/exceptions/simple/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/exceptions/unittests/project.json b/tests/src/baseservices/exceptions/unittests/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/baseservices/exceptions/unittests/project.json +++ b/tests/src/baseservices/exceptions/unittests/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/finalization/project.json b/tests/src/baseservices/finalization/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/baseservices/finalization/project.json +++ b/tests/src/baseservices/finalization/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/ilasm_ildasm/regression/dd130885/project.json b/tests/src/baseservices/ilasm_ildasm/regression/dd130885/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/baseservices/ilasm_ildasm/regression/dd130885/project.json +++ b/tests/src/baseservices/ilasm_ildasm/regression/dd130885/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/ilasm_ildasm/regression/vswhidbey267905/project.json b/tests/src/baseservices/ilasm_ildasm/regression/vswhidbey267905/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/baseservices/ilasm_ildasm/regression/vswhidbey267905/project.json +++ b/tests/src/baseservices/ilasm_ildasm/regression/vswhidbey267905/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/ilasm_ildasm/regression/vswhidbey305155/project.json b/tests/src/baseservices/ilasm_ildasm/regression/vswhidbey305155/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/baseservices/ilasm_ildasm/regression/vswhidbey305155/project.json +++ b/tests/src/baseservices/ilasm_ildasm/regression/vswhidbey305155/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/ilasm_ildasm/regression/vswhidbey395914/project.json b/tests/src/baseservices/ilasm_ildasm/regression/vswhidbey395914/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/baseservices/ilasm_ildasm/regression/vswhidbey395914/project.json +++ b/tests/src/baseservices/ilasm_ildasm/regression/vswhidbey395914/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/multidimmarray/project.json b/tests/src/baseservices/multidimmarray/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/baseservices/multidimmarray/project.json +++ b/tests/src/baseservices/multidimmarray/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } 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 fc8ccb4cc2..025841ec29 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,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } 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 fc8ccb4cc2..025841ec29 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,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } 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 fc8ccb4cc2..025841ec29 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,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } 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 fc8ccb4cc2..025841ec29 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,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } 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 076661e9af..ecf2e0894c 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,34 +1,34 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Threading.ThreadPool": "4.0.10-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Threading.ThreadPool": "4.0.10-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -40,6 +40,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } 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 076661e9af..ecf2e0894c 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,34 +1,34 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Threading.ThreadPool": "4.0.10-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Threading.ThreadPool": "4.0.10-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -40,6 +40,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } 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 fc8ccb4cc2..025841ec29 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,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } 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 fc8ccb4cc2..025841ec29 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,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/threading/commitstackonlyasneeded/project.json b/tests/src/baseservices/threading/commitstackonlyasneeded/project.json index 6d59b926ae..f922284f5e 100644 --- a/tests/src/baseservices/threading/commitstackonlyasneeded/project.json +++ b/tests/src/baseservices/threading/commitstackonlyasneeded/project.json @@ -1,33 +1,35 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", - "System.Collections": "4.0.10-rc2-23816", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.0.0-rc2-23816", - "System.Globalization": "4.0.10-rc2-23816", - "System.Globalization.Calendars": "4.0.0-rc2-23816", - "System.IO": "4.0.10-rc2-23816", - "System.IO.FileSystem": "4.0.0-rc2-23816", - "System.IO.FileSystem.Primitives": "4.0.0-rc2-23816", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10-rc2-23816", - "System.Reflection.Primitives": "4.0.0-rc2-23816", - "System.Runtime": "4.0.20-rc2-23816", - "System.Runtime.Extensions": "4.0.10-rc2-23816", - "System.Runtime.Handles": "4.0.0-rc2-23816", - "System.Runtime.InteropServices": "4.0.20-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", - "System.Text.Encoding": "4.0.10-rc2-23816", - "System.Threading": "4.0.10-rc2-23816", - "System.Threading.AccessControl": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", + "System.Collections": "4.0.10-rc3-24117-00", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", + "System.Globalization": "4.0.10-rc3-24117-00", + "System.Globalization.Calendars": "4.0.0-rc3-24117-00", + "System.IO": "4.0.10-rc3-24117-00", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", + "System.IO.FileSystem.Primitives": "4.0.0-rc3-24117-00", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", + "System.Reflection.Primitives": "4.0.0-rc3-24117-00", + "System.Runtime": "4.1.0-rc3-24117-00", + "System.Runtime.Extensions": "4.0.10-rc3-24117-00", + "System.Runtime.Handles": "4.0.0-rc3-24117-00", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", + "System.Text.Encoding": "4.0.10-rc3-24117-00", + "System.Threading": "4.0.10-rc3-24117-00", + "System.Threading.AccessControl": "4.0.0-rc3-24117-00", + "System.Threading.ThreadPool": "4.0.10-rc3-24117-00", + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +41,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/threading/coverage/Nullref/project.json b/tests/src/baseservices/threading/coverage/Nullref/project.json index 59e3d2b382..a9b0bf7d49 100644 --- a/tests/src/baseservices/threading/coverage/Nullref/project.json +++ b/tests/src/baseservices/threading/coverage/Nullref/project.json @@ -1,34 +1,36 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", - "System.Collections": "4.0.10-rc2-23816", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.0.0-rc2-23816", - "System.Globalization": "4.0.10-rc2-23816", - "System.Globalization.Calendars": "4.0.0-rc2-23816", - "System.IO": "4.0.10-rc2-23816", - "System.IO.FileSystem": "4.0.0-rc2-23816", - "System.IO.FileSystem.Primitives": "4.0.0-rc2-23816", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10-rc2-23816", - "System.Reflection.Primitives": "4.0.0-rc2-23816", - "System.Runtime": "4.0.20-rc2-23816", - "System.Runtime.Extensions": "4.0.10-rc2-23816", - "System.Runtime.Handles": "4.0.0-rc2-23816", - "System.Runtime.InteropServices": "4.0.20-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", - "System.Text.Encoding": "4.0.10-rc2-23816", - "System.Threading": "4.0.10-rc2-23816", - "System.Threading.AccessControl": "4.0.0-rc2-23816", - "System.Threading.Timer": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", + "System.Collections": "4.0.10-rc3-24117-00", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", + "System.Globalization": "4.0.10-rc3-24117-00", + "System.Globalization.Calendars": "4.0.0-rc3-24117-00", + "System.IO": "4.0.10-rc3-24117-00", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", + "System.IO.FileSystem.Primitives": "4.0.0-rc3-24117-00", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", + "System.Reflection.Primitives": "4.0.0-rc3-24117-00", + "System.Runtime": "4.1.0-rc3-24117-00", + "System.Runtime.Extensions": "4.0.10-rc3-24117-00", + "System.Runtime.Handles": "4.0.0-rc3-24117-00", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", + "System.Text.Encoding": "4.0.10-rc3-24117-00", + "System.Threading": "4.0.10-rc3-24117-00", + "System.Threading.AccessControl": "4.0.0-rc3-24117-00", + "System.Threading.Timer": "4.0.0-rc3-24117-00", + "System.Threading.ThreadPool": "4.0.10-rc3-24117-00", + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -40,6 +42,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/threading/currentculture/project.json b/tests/src/baseservices/threading/currentculture/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/baseservices/threading/currentculture/project.json +++ b/tests/src/baseservices/threading/currentculture/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/threading/delegate/project.json b/tests/src/baseservices/threading/delegate/project.json index 6d59b926ae..a64030f49a 100644 --- a/tests/src/baseservices/threading/delegate/project.json +++ b/tests/src/baseservices/threading/delegate/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", - "System.Collections": "4.0.10-rc2-23816", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.0.0-rc2-23816", - "System.Globalization": "4.0.10-rc2-23816", - "System.Globalization.Calendars": "4.0.0-rc2-23816", - "System.IO": "4.0.10-rc2-23816", - "System.IO.FileSystem": "4.0.0-rc2-23816", - "System.IO.FileSystem.Primitives": "4.0.0-rc2-23816", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10-rc2-23816", - "System.Reflection.Primitives": "4.0.0-rc2-23816", - "System.Runtime": "4.0.20-rc2-23816", - "System.Runtime.Extensions": "4.0.10-rc2-23816", - "System.Runtime.Handles": "4.0.0-rc2-23816", - "System.Runtime.InteropServices": "4.0.20-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", - "System.Text.Encoding": "4.0.10-rc2-23816", - "System.Threading": "4.0.10-rc2-23816", - "System.Threading.AccessControl": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", + "System.Collections": "4.0.10-rc3-24117-00", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", + "System.Globalization": "4.0.10-rc3-24117-00", + "System.Globalization.Calendars": "4.0.0-rc3-24117-00", + "System.IO": "4.0.10-rc3-24117-00", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", + "System.IO.FileSystem.Primitives": "4.0.0-rc3-24117-00", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", + "System.Reflection.Primitives": "4.0.0-rc3-24117-00", + "System.Runtime": "4.1.0-rc3-24117-00", + "System.Runtime.Extensions": "4.0.10-rc3-24117-00", + "System.Runtime.Handles": "4.0.0-rc3-24117-00", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", + "System.Text.Encoding": "4.0.10-rc3-24117-00", + "System.Threading": "4.0.10-rc3-24117-00", + "System.Threading.AccessControl": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/threading/events/AutoResetEvent/project.json b/tests/src/baseservices/threading/events/AutoResetEvent/project.json index 6d59b926ae..a64030f49a 100644 --- a/tests/src/baseservices/threading/events/AutoResetEvent/project.json +++ b/tests/src/baseservices/threading/events/AutoResetEvent/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", - "System.Collections": "4.0.10-rc2-23816", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.0.0-rc2-23816", - "System.Globalization": "4.0.10-rc2-23816", - "System.Globalization.Calendars": "4.0.0-rc2-23816", - "System.IO": "4.0.10-rc2-23816", - "System.IO.FileSystem": "4.0.0-rc2-23816", - "System.IO.FileSystem.Primitives": "4.0.0-rc2-23816", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10-rc2-23816", - "System.Reflection.Primitives": "4.0.0-rc2-23816", - "System.Runtime": "4.0.20-rc2-23816", - "System.Runtime.Extensions": "4.0.10-rc2-23816", - "System.Runtime.Handles": "4.0.0-rc2-23816", - "System.Runtime.InteropServices": "4.0.20-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", - "System.Text.Encoding": "4.0.10-rc2-23816", - "System.Threading": "4.0.10-rc2-23816", - "System.Threading.AccessControl": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", + "System.Collections": "4.0.10-rc3-24117-00", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", + "System.Globalization": "4.0.10-rc3-24117-00", + "System.Globalization.Calendars": "4.0.0-rc3-24117-00", + "System.IO": "4.0.10-rc3-24117-00", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", + "System.IO.FileSystem.Primitives": "4.0.0-rc3-24117-00", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", + "System.Reflection.Primitives": "4.0.0-rc3-24117-00", + "System.Runtime": "4.1.0-rc3-24117-00", + "System.Runtime.Extensions": "4.0.10-rc3-24117-00", + "System.Runtime.Handles": "4.0.0-rc3-24117-00", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", + "System.Text.Encoding": "4.0.10-rc3-24117-00", + "System.Threading": "4.0.10-rc3-24117-00", + "System.Threading.AccessControl": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/threading/events/EventWaitHandle/AutoReset/project.json b/tests/src/baseservices/threading/events/EventWaitHandle/AutoReset/project.json index 59e3d2b382..0363e4a85d 100644 --- a/tests/src/baseservices/threading/events/EventWaitHandle/AutoReset/project.json +++ b/tests/src/baseservices/threading/events/EventWaitHandle/AutoReset/project.json @@ -1,34 +1,35 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", - "System.Collections": "4.0.10-rc2-23816", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.0.0-rc2-23816", - "System.Globalization": "4.0.10-rc2-23816", - "System.Globalization.Calendars": "4.0.0-rc2-23816", - "System.IO": "4.0.10-rc2-23816", - "System.IO.FileSystem": "4.0.0-rc2-23816", - "System.IO.FileSystem.Primitives": "4.0.0-rc2-23816", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10-rc2-23816", - "System.Reflection.Primitives": "4.0.0-rc2-23816", - "System.Runtime": "4.0.20-rc2-23816", - "System.Runtime.Extensions": "4.0.10-rc2-23816", - "System.Runtime.Handles": "4.0.0-rc2-23816", - "System.Runtime.InteropServices": "4.0.20-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", - "System.Text.Encoding": "4.0.10-rc2-23816", - "System.Threading": "4.0.10-rc2-23816", - "System.Threading.AccessControl": "4.0.0-rc2-23816", - "System.Threading.Timer": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", + "System.Collections": "4.0.10-rc3-24117-00", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", + "System.Globalization": "4.0.10-rc3-24117-00", + "System.Globalization.Calendars": "4.0.0-rc3-24117-00", + "System.IO": "4.0.10-rc3-24117-00", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", + "System.IO.FileSystem.Primitives": "4.0.0-rc3-24117-00", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", + "System.Reflection.Primitives": "4.0.0-rc3-24117-00", + "System.Runtime": "4.1.0-rc3-24117-00", + "System.Runtime.Extensions": "4.0.10-rc3-24117-00", + "System.Runtime.Handles": "4.0.0-rc3-24117-00", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", + "System.Text.Encoding": "4.0.10-rc3-24117-00", + "System.Threading": "4.0.10-rc3-24117-00", + "System.Threading.AccessControl": "4.0.0-rc3-24117-00", + "System.Threading.Timer": "4.0.0-rc3-24117-00", + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -40,6 +41,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/threading/events/EventWaitHandle/ManualReset/project.json b/tests/src/baseservices/threading/events/EventWaitHandle/ManualReset/project.json index 6d59b926ae..49def5cf48 100644 --- a/tests/src/baseservices/threading/events/EventWaitHandle/ManualReset/project.json +++ b/tests/src/baseservices/threading/events/EventWaitHandle/ManualReset/project.json @@ -1,33 +1,34 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", - "System.Collections": "4.0.10-rc2-23816", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.0.0-rc2-23816", - "System.Globalization": "4.0.10-rc2-23816", - "System.Globalization.Calendars": "4.0.0-rc2-23816", - "System.IO": "4.0.10-rc2-23816", - "System.IO.FileSystem": "4.0.0-rc2-23816", - "System.IO.FileSystem.Primitives": "4.0.0-rc2-23816", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10-rc2-23816", - "System.Reflection.Primitives": "4.0.0-rc2-23816", - "System.Runtime": "4.0.20-rc2-23816", - "System.Runtime.Extensions": "4.0.10-rc2-23816", - "System.Runtime.Handles": "4.0.0-rc2-23816", - "System.Runtime.InteropServices": "4.0.20-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", - "System.Text.Encoding": "4.0.10-rc2-23816", - "System.Threading": "4.0.10-rc2-23816", - "System.Threading.AccessControl": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", + "System.Collections": "4.0.10-rc3-24117-00", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", + "System.Globalization": "4.0.10-rc3-24117-00", + "System.Globalization.Calendars": "4.0.0-rc3-24117-00", + "System.IO": "4.0.10-rc3-24117-00", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", + "System.IO.FileSystem.Primitives": "4.0.0-rc3-24117-00", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", + "System.Reflection.Primitives": "4.0.0-rc3-24117-00", + "System.Runtime": "4.1.0-rc3-24117-00", + "System.Runtime.Extensions": "4.0.10-rc3-24117-00", + "System.Runtime.Handles": "4.0.0-rc3-24117-00", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", + "System.Text.Encoding": "4.0.10-rc3-24117-00", + "System.Threading": "4.0.10-rc3-24117-00", + "System.Threading.AccessControl": "4.0.0-rc3-24117-00", + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +40,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/threading/events/EventWaitHandle/unit/project.json b/tests/src/baseservices/threading/events/EventWaitHandle/unit/project.json index 6d59b926ae..a64030f49a 100644 --- a/tests/src/baseservices/threading/events/EventWaitHandle/unit/project.json +++ b/tests/src/baseservices/threading/events/EventWaitHandle/unit/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", - "System.Collections": "4.0.10-rc2-23816", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.0.0-rc2-23816", - "System.Globalization": "4.0.10-rc2-23816", - "System.Globalization.Calendars": "4.0.0-rc2-23816", - "System.IO": "4.0.10-rc2-23816", - "System.IO.FileSystem": "4.0.0-rc2-23816", - "System.IO.FileSystem.Primitives": "4.0.0-rc2-23816", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10-rc2-23816", - "System.Reflection.Primitives": "4.0.0-rc2-23816", - "System.Runtime": "4.0.20-rc2-23816", - "System.Runtime.Extensions": "4.0.10-rc2-23816", - "System.Runtime.Handles": "4.0.0-rc2-23816", - "System.Runtime.InteropServices": "4.0.20-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", - "System.Text.Encoding": "4.0.10-rc2-23816", - "System.Threading": "4.0.10-rc2-23816", - "System.Threading.AccessControl": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", + "System.Collections": "4.0.10-rc3-24117-00", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", + "System.Globalization": "4.0.10-rc3-24117-00", + "System.Globalization.Calendars": "4.0.0-rc3-24117-00", + "System.IO": "4.0.10-rc3-24117-00", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", + "System.IO.FileSystem.Primitives": "4.0.0-rc3-24117-00", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", + "System.Reflection.Primitives": "4.0.0-rc3-24117-00", + "System.Runtime": "4.1.0-rc3-24117-00", + "System.Runtime.Extensions": "4.0.10-rc3-24117-00", + "System.Runtime.Handles": "4.0.0-rc3-24117-00", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", + "System.Text.Encoding": "4.0.10-rc3-24117-00", + "System.Threading": "4.0.10-rc3-24117-00", + "System.Threading.AccessControl": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/threading/events/ManualResetEvent/project.json b/tests/src/baseservices/threading/events/ManualResetEvent/project.json index 6d59b926ae..a64030f49a 100644 --- a/tests/src/baseservices/threading/events/ManualResetEvent/project.json +++ b/tests/src/baseservices/threading/events/ManualResetEvent/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", - "System.Collections": "4.0.10-rc2-23816", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.0.0-rc2-23816", - "System.Globalization": "4.0.10-rc2-23816", - "System.Globalization.Calendars": "4.0.0-rc2-23816", - "System.IO": "4.0.10-rc2-23816", - "System.IO.FileSystem": "4.0.0-rc2-23816", - "System.IO.FileSystem.Primitives": "4.0.0-rc2-23816", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10-rc2-23816", - "System.Reflection.Primitives": "4.0.0-rc2-23816", - "System.Runtime": "4.0.20-rc2-23816", - "System.Runtime.Extensions": "4.0.10-rc2-23816", - "System.Runtime.Handles": "4.0.0-rc2-23816", - "System.Runtime.InteropServices": "4.0.20-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", - "System.Text.Encoding": "4.0.10-rc2-23816", - "System.Threading": "4.0.10-rc2-23816", - "System.Threading.AccessControl": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", + "System.Collections": "4.0.10-rc3-24117-00", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", + "System.Globalization": "4.0.10-rc3-24117-00", + "System.Globalization.Calendars": "4.0.0-rc3-24117-00", + "System.IO": "4.0.10-rc3-24117-00", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", + "System.IO.FileSystem.Primitives": "4.0.0-rc3-24117-00", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", + "System.Reflection.Primitives": "4.0.0-rc3-24117-00", + "System.Runtime": "4.1.0-rc3-24117-00", + "System.Runtime.Extensions": "4.0.10-rc3-24117-00", + "System.Runtime.Handles": "4.0.0-rc3-24117-00", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", + "System.Text.Encoding": "4.0.10-rc3-24117-00", + "System.Threading": "4.0.10-rc3-24117-00", + "System.Threading.AccessControl": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/threading/generics/Monitor/project.json b/tests/src/baseservices/threading/generics/Monitor/project.json index 6d59b926ae..ed195cb0f1 100644 --- a/tests/src/baseservices/threading/generics/Monitor/project.json +++ b/tests/src/baseservices/threading/generics/Monitor/project.json @@ -1,33 +1,35 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", - "System.Collections": "4.0.10-rc2-23816", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.0.0-rc2-23816", - "System.Globalization": "4.0.10-rc2-23816", - "System.Globalization.Calendars": "4.0.0-rc2-23816", - "System.IO": "4.0.10-rc2-23816", - "System.IO.FileSystem": "4.0.0-rc2-23816", - "System.IO.FileSystem.Primitives": "4.0.0-rc2-23816", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10-rc2-23816", - "System.Reflection.Primitives": "4.0.0-rc2-23816", - "System.Runtime": "4.0.20-rc2-23816", - "System.Runtime.Extensions": "4.0.10-rc2-23816", - "System.Runtime.Handles": "4.0.0-rc2-23816", - "System.Runtime.InteropServices": "4.0.20-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", - "System.Text.Encoding": "4.0.10-rc2-23816", - "System.Threading": "4.0.10-rc2-23816", - "System.Threading.AccessControl": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", + "System.Collections": "4.0.10-rc3-24117-00", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", + "System.Globalization": "4.0.10-rc3-24117-00", + "System.Globalization.Calendars": "4.0.0-rc3-24117-00", + "System.IO": "4.0.10-rc3-24117-00", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", + "System.IO.FileSystem.Primitives": "4.0.0-rc3-24117-00", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", + "System.Reflection.Primitives": "4.0.0-rc3-24117-00", + "System.Runtime": "4.1.0-rc3-24117-00", + "System.Runtime.Extensions": "4.0.10-rc3-24117-00", + "System.Runtime.Handles": "4.0.0-rc3-24117-00", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", + "System.Text.Encoding": "4.0.10-rc3-24117-00", + "System.Threading": "4.0.10-rc3-24117-00", + "System.Threading.AccessControl": "4.0.0-rc3-24117-00", + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Threading.ThreadPool": "4.0.10-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +41,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/threading/generics/TimerCallback/project.json b/tests/src/baseservices/threading/generics/TimerCallback/project.json index 59e3d2b382..d67fa0d887 100644 --- a/tests/src/baseservices/threading/generics/TimerCallback/project.json +++ b/tests/src/baseservices/threading/generics/TimerCallback/project.json @@ -1,34 +1,35 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", - "System.Collections": "4.0.10-rc2-23816", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.0.0-rc2-23816", - "System.Globalization": "4.0.10-rc2-23816", - "System.Globalization.Calendars": "4.0.0-rc2-23816", - "System.IO": "4.0.10-rc2-23816", - "System.IO.FileSystem": "4.0.0-rc2-23816", - "System.IO.FileSystem.Primitives": "4.0.0-rc2-23816", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10-rc2-23816", - "System.Reflection.Primitives": "4.0.0-rc2-23816", - "System.Runtime": "4.0.20-rc2-23816", - "System.Runtime.Extensions": "4.0.10-rc2-23816", - "System.Runtime.Handles": "4.0.0-rc2-23816", - "System.Runtime.InteropServices": "4.0.20-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", - "System.Text.Encoding": "4.0.10-rc2-23816", - "System.Threading": "4.0.10-rc2-23816", - "System.Threading.AccessControl": "4.0.0-rc2-23816", - "System.Threading.Timer": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", + "System.Collections": "4.0.10-rc3-24117-00", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", + "System.Globalization": "4.0.10-rc3-24117-00", + "System.Globalization.Calendars": "4.0.0-rc3-24117-00", + "System.IO": "4.0.10-rc3-24117-00", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", + "System.IO.FileSystem.Primitives": "4.0.0-rc3-24117-00", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", + "System.Reflection.Primitives": "4.0.0-rc3-24117-00", + "System.Runtime": "4.1.0-rc3-24117-00", + "System.Runtime.Extensions": "4.0.10-rc3-24117-00", + "System.Runtime.Handles": "4.0.0-rc3-24117-00", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", + "System.Text.Encoding": "4.0.10-rc3-24117-00", + "System.Threading": "4.0.10-rc3-24117-00", + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Threading.AccessControl": "4.0.0-rc3-24117-00", + "System.Threading.Timer": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -40,6 +41,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/threading/generics/WaitCallback/project.json b/tests/src/baseservices/threading/generics/WaitCallback/project.json index 6d59b926ae..6fe8ba219b 100644 --- a/tests/src/baseservices/threading/generics/WaitCallback/project.json +++ b/tests/src/baseservices/threading/generics/WaitCallback/project.json @@ -1,33 +1,34 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", - "System.Collections": "4.0.10-rc2-23816", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.0.0-rc2-23816", - "System.Globalization": "4.0.10-rc2-23816", - "System.Globalization.Calendars": "4.0.0-rc2-23816", - "System.IO": "4.0.10-rc2-23816", - "System.IO.FileSystem": "4.0.0-rc2-23816", - "System.IO.FileSystem.Primitives": "4.0.0-rc2-23816", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10-rc2-23816", - "System.Reflection.Primitives": "4.0.0-rc2-23816", - "System.Runtime": "4.0.20-rc2-23816", - "System.Runtime.Extensions": "4.0.10-rc2-23816", - "System.Runtime.Handles": "4.0.0-rc2-23816", - "System.Runtime.InteropServices": "4.0.20-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", - "System.Text.Encoding": "4.0.10-rc2-23816", - "System.Threading": "4.0.10-rc2-23816", - "System.Threading.AccessControl": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", + "System.Collections": "4.0.10-rc3-24117-00", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", + "System.Globalization": "4.0.10-rc3-24117-00", + "System.Globalization.Calendars": "4.0.0-rc3-24117-00", + "System.IO": "4.0.10-rc3-24117-00", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", + "System.IO.FileSystem.Primitives": "4.0.0-rc3-24117-00", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", + "System.Reflection.Primitives": "4.0.0-rc3-24117-00", + "System.Runtime": "4.1.0-rc3-24117-00", + "System.Runtime.Extensions": "4.0.10-rc3-24117-00", + "System.Runtime.Handles": "4.0.0-rc3-24117-00", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", + "System.Text.Encoding": "4.0.10-rc3-24117-00", + "System.Threading": "4.0.10-rc3-24117-00", + "System.Threading.ThreadPool": "4.0.10-rc3-24117-00", + "System.Threading.AccessControl": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +40,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/threading/generics/syncdelegate/project.json b/tests/src/baseservices/threading/generics/syncdelegate/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/baseservices/threading/generics/syncdelegate/project.json +++ b/tests/src/baseservices/threading/generics/syncdelegate/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/threading/generics/threadstart/project.json b/tests/src/baseservices/threading/generics/threadstart/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/baseservices/threading/generics/threadstart/project.json +++ b/tests/src/baseservices/threading/generics/threadstart/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/threading/interlocked/add/project.json b/tests/src/baseservices/threading/interlocked/add/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/baseservices/threading/interlocked/add/project.json +++ b/tests/src/baseservices/threading/interlocked/add/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/threading/interlocked/checkreturn/project.json b/tests/src/baseservices/threading/interlocked/checkreturn/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/baseservices/threading/interlocked/checkreturn/project.json +++ b/tests/src/baseservices/threading/interlocked/checkreturn/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/threading/interlocked/compareexchange/project.json b/tests/src/baseservices/threading/interlocked/compareexchange/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/baseservices/threading/interlocked/compareexchange/project.json +++ b/tests/src/baseservices/threading/interlocked/compareexchange/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/threading/interlocked/ctorchk/project.json b/tests/src/baseservices/threading/interlocked/ctorchk/project.json index fc8ccb4cc2..d9969a02b5 100644 --- a/tests/src/baseservices/threading/interlocked/ctorchk/project.json +++ b/tests/src/baseservices/threading/interlocked/ctorchk/project.json @@ -1,33 +1,34 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", + "System.Reflection.TypeExtensions": "4.1.0-rc3-24117-00", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +40,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/threading/interlocked/decrement/project.json b/tests/src/baseservices/threading/interlocked/decrement/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/baseservices/threading/interlocked/decrement/project.json +++ b/tests/src/baseservices/threading/interlocked/decrement/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/threading/interlocked/exchange/project.json b/tests/src/baseservices/threading/interlocked/exchange/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/baseservices/threading/interlocked/exchange/project.json +++ b/tests/src/baseservices/threading/interlocked/exchange/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/threading/interlocked/increment/project.json b/tests/src/baseservices/threading/interlocked/increment/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/baseservices/threading/interlocked/increment/project.json +++ b/tests/src/baseservices/threading/interlocked/increment/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/threading/interlocked/read/project.json b/tests/src/baseservices/threading/interlocked/read/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/baseservices/threading/interlocked/read/project.json +++ b/tests/src/baseservices/threading/interlocked/read/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/threading/monitor/ctorchk/project.json b/tests/src/baseservices/threading/monitor/ctorchk/project.json index fc8ccb4cc2..dca5daef42 100644 --- a/tests/src/baseservices/threading/monitor/ctorchk/project.json +++ b/tests/src/baseservices/threading/monitor/ctorchk/project.json @@ -1,33 +1,34 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Reflection.TypeExtensions": "4.1.0-rc3-24117-00", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +40,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/threading/monitor/enter/project.json b/tests/src/baseservices/threading/monitor/enter/project.json index 076661e9af..ecf2e0894c 100644 --- a/tests/src/baseservices/threading/monitor/enter/project.json +++ b/tests/src/baseservices/threading/monitor/enter/project.json @@ -1,34 +1,34 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Threading.ThreadPool": "4.0.10-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Threading.ThreadPool": "4.0.10-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -40,6 +40,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/threading/monitor/exit/project.json b/tests/src/baseservices/threading/monitor/exit/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/baseservices/threading/monitor/exit/project.json +++ b/tests/src/baseservices/threading/monitor/exit/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/threading/monitor/isentered/project.json b/tests/src/baseservices/threading/monitor/isentered/project.json index bd72b8ec0c..f7d7d088dd 100644 --- a/tests/src/baseservices/threading/monitor/isentered/project.json +++ b/tests/src/baseservices/threading/monitor/isentered/project.json @@ -1,34 +1,34 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", "System.Diagnostics.Contracts": "4.0.0", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -40,6 +40,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/threading/monitor/pulse/project.json b/tests/src/baseservices/threading/monitor/pulse/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/baseservices/threading/monitor/pulse/project.json +++ b/tests/src/baseservices/threading/monitor/pulse/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/threading/monitor/pulseall/project.json b/tests/src/baseservices/threading/monitor/pulseall/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/baseservices/threading/monitor/pulseall/project.json +++ b/tests/src/baseservices/threading/monitor/pulseall/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/threading/monitor/tryenter/project.json b/tests/src/baseservices/threading/monitor/tryenter/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/baseservices/threading/monitor/tryenter/project.json +++ b/tests/src/baseservices/threading/monitor/tryenter/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/threading/monitor/unownedlock/project.json b/tests/src/baseservices/threading/monitor/unownedlock/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/baseservices/threading/monitor/unownedlock/project.json +++ b/tests/src/baseservices/threading/monitor/unownedlock/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/threading/monitor/wait/project.json b/tests/src/baseservices/threading/monitor/wait/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/baseservices/threading/monitor/wait/project.json +++ b/tests/src/baseservices/threading/monitor/wait/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/threading/mutex/abandonedmutex/project.json b/tests/src/baseservices/threading/mutex/abandonedmutex/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/baseservices/threading/mutex/abandonedmutex/project.json +++ b/tests/src/baseservices/threading/mutex/abandonedmutex/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/threading/mutex/misc/project.json b/tests/src/baseservices/threading/mutex/misc/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/baseservices/threading/mutex/misc/project.json +++ b/tests/src/baseservices/threading/mutex/misc/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/threading/mutex/openexisting/project.json b/tests/src/baseservices/threading/mutex/openexisting/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/baseservices/threading/mutex/openexisting/project.json +++ b/tests/src/baseservices/threading/mutex/openexisting/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/threading/paramthreadstart/project.json b/tests/src/baseservices/threading/paramthreadstart/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/baseservices/threading/paramthreadstart/project.json +++ b/tests/src/baseservices/threading/paramthreadstart/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/threading/regressions/13662/project.json b/tests/src/baseservices/threading/regressions/13662/project.json index e88acf9957..172c74161b 100644 --- a/tests/src/baseservices/threading/regressions/13662/project.json +++ b/tests/src/baseservices/threading/regressions/13662/project.json @@ -1,34 +1,34 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Threading.Timer": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Threading.Timer": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -40,6 +40,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/threading/regressions/17360/project.json b/tests/src/baseservices/threading/regressions/17360/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/baseservices/threading/regressions/17360/project.json +++ b/tests/src/baseservices/threading/regressions/17360/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/threading/regressions/269336/project.json b/tests/src/baseservices/threading/regressions/269336/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/baseservices/threading/regressions/269336/project.json +++ b/tests/src/baseservices/threading/regressions/269336/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/threading/regressions/30032/project.json b/tests/src/baseservices/threading/regressions/30032/project.json index e88acf9957..172c74161b 100644 --- a/tests/src/baseservices/threading/regressions/30032/project.json +++ b/tests/src/baseservices/threading/regressions/30032/project.json @@ -1,34 +1,34 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Threading.Timer": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Threading.Timer": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -40,6 +40,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/threading/regressions/576463/project.json b/tests/src/baseservices/threading/regressions/576463/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/baseservices/threading/regressions/576463/project.json +++ b/tests/src/baseservices/threading/regressions/576463/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/threading/regressions/6906/project.json b/tests/src/baseservices/threading/regressions/6906/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/baseservices/threading/regressions/6906/project.json +++ b/tests/src/baseservices/threading/regressions/6906/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/threading/regressions/beta1/project.json b/tests/src/baseservices/threading/regressions/beta1/project.json index e88acf9957..172c74161b 100644 --- a/tests/src/baseservices/threading/regressions/beta1/project.json +++ b/tests/src/baseservices/threading/regressions/beta1/project.json @@ -1,34 +1,34 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Threading.Timer": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Threading.Timer": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -40,6 +40,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/threading/regressions/beta2/project.json b/tests/src/baseservices/threading/regressions/beta2/project.json index bd7446fcd7..2da66d628c 100644 --- a/tests/src/baseservices/threading/regressions/beta2/project.json +++ b/tests/src/baseservices/threading/regressions/beta2/project.json @@ -1,35 +1,35 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Threading.ThreadPool": "4.0.10-rc2-23816", - "System.Threading.Timer": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Threading.ThreadPool": "4.0.10-rc3-24117-00", + "System.Threading.Timer": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -41,6 +41,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/threading/regressions/devdiv489437/project.json b/tests/src/baseservices/threading/regressions/devdiv489437/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/baseservices/threading/regressions/devdiv489437/project.json +++ b/tests/src/baseservices/threading/regressions/devdiv489437/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/threading/regressions/whidbey_m3/project.json b/tests/src/baseservices/threading/regressions/whidbey_m3/project.json index 076661e9af..ecf2e0894c 100644 --- a/tests/src/baseservices/threading/regressions/whidbey_m3/project.json +++ b/tests/src/baseservices/threading/regressions/whidbey_m3/project.json @@ -1,34 +1,34 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Threading.ThreadPool": "4.0.10-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Threading.ThreadPool": "4.0.10-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -40,6 +40,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/threading/semaphore/ctoropen/project.json b/tests/src/baseservices/threading/semaphore/ctoropen/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/baseservices/threading/semaphore/ctoropen/project.json +++ b/tests/src/baseservices/threading/semaphore/ctoropen/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/threading/semaphore/unit/project.json b/tests/src/baseservices/threading/semaphore/unit/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/baseservices/threading/semaphore/unit/project.json +++ b/tests/src/baseservices/threading/semaphore/unit/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/threading/stress/sudoku/project.json b/tests/src/baseservices/threading/stress/sudoku/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/baseservices/threading/stress/sudoku/project.json +++ b/tests/src/baseservices/threading/stress/sudoku/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/threading/threadpool/bindhandle/project.json b/tests/src/baseservices/threading/threadpool/bindhandle/project.json index 076661e9af..ecf2e0894c 100644 --- a/tests/src/baseservices/threading/threadpool/bindhandle/project.json +++ b/tests/src/baseservices/threading/threadpool/bindhandle/project.json @@ -1,34 +1,34 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Threading.ThreadPool": "4.0.10-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Threading.ThreadPool": "4.0.10-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -40,6 +40,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/threading/threadpool/ctorchk/project.json b/tests/src/baseservices/threading/threadpool/ctorchk/project.json index 076661e9af..f0488dfc8b 100644 --- a/tests/src/baseservices/threading/threadpool/ctorchk/project.json +++ b/tests/src/baseservices/threading/threadpool/ctorchk/project.json @@ -1,34 +1,35 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Reflection.TypeExtensions": "4.1.0-rc3-24117-00", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Threading.ThreadPool": "4.0.10-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Threading.ThreadPool": "4.0.10-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -40,6 +41,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/threading/threadpool/unregister/project.json b/tests/src/baseservices/threading/threadpool/unregister/project.json index 076661e9af..ecf2e0894c 100644 --- a/tests/src/baseservices/threading/threadpool/unregister/project.json +++ b/tests/src/baseservices/threading/threadpool/unregister/project.json @@ -1,34 +1,34 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Threading.ThreadPool": "4.0.10-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Threading.ThreadPool": "4.0.10-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -40,6 +40,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/threading/threadstatic/project.json b/tests/src/baseservices/threading/threadstatic/project.json index 076661e9af..ecf2e0894c 100644 --- a/tests/src/baseservices/threading/threadstatic/project.json +++ b/tests/src/baseservices/threading/threadstatic/project.json @@ -1,34 +1,34 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Threading.ThreadPool": "4.0.10-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Threading.ThreadPool": "4.0.10-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -40,6 +40,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/threading/waithandle/misc/project.json b/tests/src/baseservices/threading/waithandle/misc/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/baseservices/threading/waithandle/misc/project.json +++ b/tests/src/baseservices/threading/waithandle/misc/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/threading/waithandle/waitall/project.json b/tests/src/baseservices/threading/waithandle/waitall/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/baseservices/threading/waithandle/waitall/project.json +++ b/tests/src/baseservices/threading/waithandle/waitall/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/threading/waithandle/waitany/project.json b/tests/src/baseservices/threading/waithandle/waitany/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/baseservices/threading/waithandle/waitany/project.json +++ b/tests/src/baseservices/threading/waithandle/waitany/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/threading/waithandle/waitone/project.json b/tests/src/baseservices/threading/waithandle/waitone/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/baseservices/threading/waithandle/waitone/project.json +++ b/tests/src/baseservices/threading/waithandle/waitone/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/tools/roundtrip/dlls/project.json b/tests/src/baseservices/tools/roundtrip/dlls/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/baseservices/tools/roundtrip/dlls/project.json +++ b/tests/src/baseservices/tools/roundtrip/dlls/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/baseservices/visibility/project.json b/tests/src/baseservices/visibility/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/baseservices/visibility/project.json +++ b/tests/src/baseservices/visibility/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/hosting/coreclr/activation/sxshost/project.json b/tests/src/hosting/coreclr/activation/sxshost/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/hosting/coreclr/activation/sxshost/project.json +++ b/tests/src/hosting/coreclr/activation/sxshost/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/hosting/samples/hosting/usercode/project.json b/tests/src/hosting/samples/hosting/usercode/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/hosting/samples/hosting/usercode/project.json +++ b/tests/src/hosting/samples/hosting/usercode/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/hosting/samples/resolveevent/usercodedependency/project.json b/tests/src/hosting/samples/resolveevent/usercodedependency/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/hosting/samples/resolveevent/usercodedependency/project.json +++ b/tests/src/hosting/samples/resolveevent/usercodedependency/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/hosting/stress/testset1/project.json b/tests/src/hosting/stress/testset1/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/hosting/stress/testset1/project.json +++ b/tests/src/hosting/stress/testset1/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/managed/Compilation/project.json b/tests/src/managed/Compilation/project.json index 5e5ba7ce37..82b3fd4300 100644 --- a/tests/src/managed/Compilation/project.json +++ b/tests/src/managed/Compilation/project.json @@ -1,29 +1,33 @@ { "dependencies": { "Microsoft.CodeAnalysis.Compilers": "1.1.1", - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", "System.Collections.Concurrent": "4.0.10", "System.Collections.Immutable": "1.1.37", - "System.Console": "4.0.0-rc2-23816", - "System.Dynamic.Runtime": "4.0.10", + "System.Console": "4.0.0-rc3-24117-00", + "System.Dynamic.Runtime": "4.0.11-rc3-24117-00", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", "System.Text.Encoding": "4.0.10", - "System.Threading": "4.0.0", + "System.Threading": "4.0.10", "System.Threading.Overlapped": "4.0.0", "System.Threading.Tasks": "4.0.10", "System.Threading.Tasks.Parallel": "4.0.0", - "System.Threading.ThreadPool": "4.0.10-rc2-23816", - "System.Security.Cryptography.Algorithms": "4.0.0-rc2-23816" + "System.Threading.ThreadPool": "4.0.10-rc3-24117-00", + "System.Security.Cryptography.Algorithms": "4.2.0-rc3-24117-00" }, "frameworks": { "dnxcore50": { - "imports": "portable-net45+win8" + "imports": [ + "netstandard1.6", + "portable-net45+win8" + ] } }, "runtimes": { @@ -33,6 +37,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/performance/perflab/project.json b/tests/src/performance/perflab/project.json index 652bd425bf..0f62d1c115 100644 --- a/tests/src/performance/perflab/project.json +++ b/tests/src/performance/perflab/project.json @@ -3,9 +3,13 @@ "Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0029", "Microsoft.DotNet.xunit.performance.analysis": "1.0.0-alpha-build0029", "Microsoft.DotNet.xunit.performance.runner.Windows": "1.0.0-alpha-build0029", - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Reflection": "4.0.10", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Expressions": "4.1.0-rc3-24117-00", + "System.Text.RegularExpressions": "4.1.0-rc3-24117-00", "xunit": "2.1.0", "xunit.console.netcore": "1.0.2-prerelease-00101", "xunit.runner.utility": "2.1.0" @@ -22,6 +26,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/readytorun/project.json b/tests/src/readytorun/project.json index 363f05226b..cee30e9b6c 100644 --- a/tests/src/readytorun/project.json +++ b/tests/src/readytorun/project.json @@ -1,33 +1,34 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", + "System.Reflection.Extensions": "4.0.0", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.InteropServices.RuntimeInformation": "4.0.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +40,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/readytorun/testv1/project.json b/tests/src/readytorun/testv1/project.json index 363f05226b..da49daf7aa 100644 --- a/tests/src/readytorun/testv1/project.json +++ b/tests/src/readytorun/testv1/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.InteropServices.RuntimeInformation": "4.0.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/readytorun/testv2/project.json b/tests/src/readytorun/testv2/project.json index 363f05226b..da49daf7aa 100644 --- a/tests/src/readytorun/testv2/project.json +++ b/tests/src/readytorun/testv2/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.InteropServices.RuntimeInformation": "4.0.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/reflection/regression/dev10bugs/project.json b/tests/src/reflection/regression/dev10bugs/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/reflection/regression/dev10bugs/project.json +++ b/tests/src/reflection/regression/dev10bugs/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/reflection/regression/reflectionrepromasterforsl/project.json b/tests/src/reflection/regression/reflectionrepromasterforsl/project.json index fc8ccb4cc2..025841ec29 100644 --- a/tests/src/reflection/regression/reflectionrepromasterforsl/project.json +++ b/tests/src/reflection/regression/reflectionrepromasterforsl/project.json @@ -1,33 +1,33 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc2-23816", - "System.Collections.Specialized": "4.0.1-rc2-23816", - "System.ComponentModel": "4.0.1-rc2-23816", - "System.Console": "4.0.0-rc2-23816", - "System.Diagnostics.Process": "4.1.0-rc2-23816", + "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", + "System.Collections.Specialized": "4.0.1-rc3-24117-00", + "System.ComponentModel": "4.0.1-rc3-24117-00", + "System.Console": "4.0.0-rc3-24117-00", + "System.Diagnostics.Process": "4.1.0-rc3-24117-00", "System.Globalization": "4.0.10", "System.Globalization.Calendars": "4.0.0", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.1-rc2-23816", - "System.Linq.Queryable": "4.0.1-rc2-23816", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Linq.Queryable": "4.0.1-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", - "System.Runtime.Loader": "4.0.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", + "System.Runtime.Loader": "4.0.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc2-23816", - "System.Xml.ReaderWriter": "4.0.11-rc2-23816", - "System.Xml.XDocument": "4.0.11-rc2-23816", - "System.Xml.XmlDocument": "4.0.1-rc2-23816", - "System.Xml.XmlSerializer": "4.0.11-rc2-23816" + "System.Threading.Thread": "4.0.0-rc3-24117-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", + "System.Xml.XDocument": "4.0.11-rc3-24117-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" }, "frameworks": { "dnxcore50": {} @@ -39,6 +39,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } diff --git a/tests/src/runtime/project.json b/tests/src/runtime/project.json index 2815043a1d..9c2dcac514 100644 --- a/tests/src/runtime/project.json +++ b/tests/src/runtime/project.json @@ -1,34 +1,34 @@ { "dependencies": { "Microsoft.DotNet.CoreCLR.TestDependencies": "1.0.0-prerelease", - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", "System.Collections": "4.0.10", "System.Collections.Concurrent": "4.0.10", - "System.Console": "4.0.0-rc2-23816", + "System.Console": "4.0.0-rc3-24117-00", "System.Diagnostics.Contracts": "4.0.0", - "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Debug": "4.0.11-rc3-24117-00", "System.Diagnostics.Tools": "4.0.0", "System.Diagnostics.Tracing": "4.0.10", - "System.Dynamic.Runtime": "4.0.10", + "System.Dynamic.Runtime": "4.0.11-rc3-24117-00", "System.Globalization": "4.0.10", "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem": "4.0.1-rc3-24117-00", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.0.0", - "System.Reflection": "4.0.10", + "System.Linq": "4.1.0-rc3-24117-00", + "System.Reflection": "4.1.0-rc3-24117-00", "System.Reflection.Extensions": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.1.0-rc2-23816", + "System.Resources.ResourceManager": "4.0.1-rc3-24117-00", + "System.Runtime": "4.1.0-rc3-24117-00", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc2-23816", + "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", "System.Text.Encoding": "4.0.10", - "System.Text.Encoding.Extensions": "4.0.10", - "System.Text.RegularExpressions": "4.0.10", - "System.Threading": "4.0.0", + "System.Text.Encoding.Extensions": "4.0.11-rc3-24117-00", + "System.Text.RegularExpressions": "4.1.0-rc3-24117-00", + "System.Threading": "4.0.10", "System.Threading.Overlapped": "4.0.0", "System.Threading.Tasks": "4.0.10", - "System.Threading.ThreadPool": "4.0.10-rc2-23816", + "System.Threading.ThreadPool": "4.0.10-rc3-24117-00", "System.Xml.ReaderWriter": "4.0.10", "System.Xml.XDocument": "4.0.10" }, @@ -42,6 +42,6 @@ "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} } } |