diff --git a/dependencies.props b/dependencies.props
index b92b7659923f..fcc57146d6e0 100644
--- a/dependencies.props
+++ b/dependencies.props
@@ -17,18 +17,18 @@
These ref versions are pulled from https://github.com/dotnet/versions.
-->
- d6bf8abc1e1f92953fb4153e0a20d26204aff10b
- d6bf8abc1e1f92953fb4153e0a20d26204aff10b
+ 825abc44ee05aa0e5f45437ce3ceaf7165e3fc30
+ 825abc44ee05aa0e5f45437ce3ceaf7165e3fc30
d6bf8abc1e1f92953fb4153e0a20d26204aff10b
- d6bf8abc1e1f92953fb4153e0a20d26204aff10b
+ 825abc44ee05aa0e5f45437ce3ceaf7165e3fc30
- beta-24715-03
- beta-24716-02
+ beta-24717-02
+ beta-24717-03
beta-24716-00
- beta-24716-00
+ beta-24717-00
diff --git a/pkg/baseline/project.json b/pkg/baseline/project.json
index 45c1710d7726..367d9a842802 100644
--- a/pkg/baseline/project.json
+++ b/pkg/baseline/project.json
@@ -229,7 +229,7 @@
"System.Threading.ThreadPool": "4.0.10",
"System.Threading.Timer": "4.0.1",
"System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XDocument": "4.4.0-beta-24715-03",
+ "System.Xml.XDocument": "4.4.0-beta-24717-02",
"System.Xml.XmlDocument": "4.0.1",
"System.Xml.XmlSerializer": "4.0.11",
"System.Xml.XPath": "4.0.1",
diff --git a/src/Common/test-runtime/project.json b/src/Common/test-runtime/project.json
index 8ce4d1c08403..18ddc2bf6e2c 100644
--- a/src/Common/test-runtime/project.json
+++ b/src/Common/test-runtime/project.json
@@ -3,8 +3,8 @@
"coveralls.io": "1.4",
"OpenCover": "4.6.519",
"ReportGenerator": "2.5.0",
- "Microsoft.NETCore.TestHost": "1.2.0-beta-24716-02",
- "Microsoft.NETCore.Runtime.CoreCLR": "1.2.0-beta-24716-02",
+ "Microsoft.NETCore.TestHost": "1.2.0-beta-24717-03",
+ "Microsoft.NETCore.Runtime.CoreCLR": "1.2.0-beta-24717-03",
"Microsoft.DotNet.BuildTools.TestSuite": "1.0.1-prerelease-01001-04",
"xunit.console.netcore": "1.0.3-prerelease-00921-01",
"Microsoft.xunit.netcore.extensions": "1.0.1-prerelease-01001-04",
@@ -12,341 +12,341 @@
"target": "project",
"include": "compile,runtime"
},
- "Microsoft.CSharp": "4.4.0-beta-24715-03",
- "Microsoft.VisualBasic": "10.2.0-beta-24715-03",
- "Microsoft.Win32.Primitives": "4.4.0-beta-24715-03",
- "System.AppContext": "4.4.0-beta-24715-03",
- "System.Buffers": "4.4.0-beta-24715-03",
- "System.Collections": "4.4.0-beta-24715-03",
- "System.Collections.Concurrent": "4.4.0-beta-24715-03",
- "System.Collections.Immutable": "1.4.0-beta-24715-03",
- "System.Collections.NonGeneric": "4.4.0-beta-24715-03",
- "System.Collections.Specialized": "4.4.0-beta-24715-03",
- "System.ComponentModel": "4.4.0-beta-24715-03",
- "System.ComponentModel.Annotations": "4.4.0-beta-24715-03",
- "System.ComponentModel.EventBasedAsync": "4.4.0-beta-24715-03",
- "System.ComponentModel.Primitives": "4.4.0-beta-24715-03",
- "System.ComponentModel.TypeConverter": "4.4.0-beta-24715-03",
- "System.Composition": "1.1.0-beta-24715-03",
- "System.Composition.AttributedModel": "1.1.0-beta-24715-03",
- "System.Composition.Convention": "1.1.0-beta-24715-03",
- "System.Composition.Hosting": "1.1.0-beta-24715-03",
- "System.Composition.Runtime": "1.1.0-beta-24715-03",
- "System.Composition.TypedParts": "1.1.0-beta-24715-03",
- "System.Console": "4.4.0-beta-24715-03",
- "System.Data.Common": "4.4.0-beta-24715-03",
- "System.Data.SqlClient": "4.4.0-beta-24715-03",
- "runtime.native.System.Data.SqlClient.sni": "4.4.0-beta-24715-03",
- "System.Diagnostics.Contracts": "4.4.0-beta-24715-03",
- "System.Diagnostics.Debug": "4.4.0-beta-24715-03",
- "System.Diagnostics.DiagnosticSource": "4.4.0-beta-24715-03",
- "System.Diagnostics.FileVersionInfo": "4.4.0-beta-24715-03",
- "System.Diagnostics.StackTrace": "4.4.0-beta-24715-03",
- "System.Diagnostics.TextWriterTraceListener": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tools": "4.4.0-beta-24715-03",
- "System.Diagnostics.TraceSource": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tracing": "4.4.0-beta-24715-03",
- "System.Drawing.Primitives": "4.4.0-beta-24715-03",
- "System.Dynamic.Runtime": "4.4.0-beta-24715-03",
- "System.Globalization": "4.4.0-beta-24715-03",
- "System.Globalization.Calendars": "4.4.0-beta-24715-03",
- "System.Globalization.Extensions": "4.4.0-beta-24715-03",
- "System.IO": "4.4.0-beta-24715-03",
- "System.IO.Compression": "4.4.0-beta-24715-03",
- "runtime.native.System.IO.Compression": "4.4.0-beta-24715-03",
- "System.IO.Compression.ZipFile": "4.4.0-beta-24715-03",
+ "Microsoft.CSharp": "4.4.0-beta-24717-02",
+ "Microsoft.VisualBasic": "10.2.0-beta-24717-02",
+ "Microsoft.Win32.Primitives": "4.4.0-beta-24717-02",
+ "System.AppContext": "4.4.0-beta-24717-02",
+ "System.Buffers": "4.4.0-beta-24717-02",
+ "System.Collections": "4.4.0-beta-24717-02",
+ "System.Collections.Concurrent": "4.4.0-beta-24717-02",
+ "System.Collections.Immutable": "1.4.0-beta-24717-02",
+ "System.Collections.NonGeneric": "4.4.0-beta-24717-02",
+ "System.Collections.Specialized": "4.4.0-beta-24717-02",
+ "System.ComponentModel": "4.4.0-beta-24717-02",
+ "System.ComponentModel.Annotations": "4.4.0-beta-24717-02",
+ "System.ComponentModel.EventBasedAsync": "4.4.0-beta-24717-02",
+ "System.ComponentModel.Primitives": "4.4.0-beta-24717-02",
+ "System.ComponentModel.TypeConverter": "4.4.0-beta-24717-02",
+ "System.Composition": "1.1.0-beta-24717-02",
+ "System.Composition.AttributedModel": "1.1.0-beta-24717-02",
+ "System.Composition.Convention": "1.1.0-beta-24717-02",
+ "System.Composition.Hosting": "1.1.0-beta-24717-02",
+ "System.Composition.Runtime": "1.1.0-beta-24717-02",
+ "System.Composition.TypedParts": "1.1.0-beta-24717-02",
+ "System.Console": "4.4.0-beta-24717-02",
+ "System.Data.Common": "4.4.0-beta-24717-02",
+ "System.Data.SqlClient": "4.4.0-beta-24717-02",
+ "runtime.native.System.Data.SqlClient.sni": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Contracts": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Debug": "4.4.0-beta-24717-02",
+ "System.Diagnostics.DiagnosticSource": "4.4.0-beta-24717-02",
+ "System.Diagnostics.FileVersionInfo": "4.4.0-beta-24717-02",
+ "System.Diagnostics.StackTrace": "4.4.0-beta-24717-02",
+ "System.Diagnostics.TextWriterTraceListener": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tools": "4.4.0-beta-24717-02",
+ "System.Diagnostics.TraceSource": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tracing": "4.4.0-beta-24717-02",
+ "System.Drawing.Primitives": "4.4.0-beta-24717-02",
+ "System.Dynamic.Runtime": "4.4.0-beta-24717-02",
+ "System.Globalization": "4.4.0-beta-24717-02",
+ "System.Globalization.Calendars": "4.4.0-beta-24717-02",
+ "System.Globalization.Extensions": "4.4.0-beta-24717-02",
+ "System.IO": "4.4.0-beta-24717-02",
+ "System.IO.Compression": "4.4.0-beta-24717-02",
+ "runtime.native.System.IO.Compression": "4.4.0-beta-24717-02",
+ "System.IO.Compression.ZipFile": "4.4.0-beta-24717-02",
"System.IO.Compression.TestData": "1.0.4-prerelease",
- "System.IO.FileSystem": "4.4.0-beta-24715-03",
- "System.IO.FileSystem.Primitives": "4.4.0-beta-24715-03",
- "System.IO.MemoryMappedFiles": "4.4.0-beta-24715-03",
- "System.IO.Packaging": "4.4.0-beta-24715-03",
+ "System.IO.FileSystem": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem.Primitives": "4.4.0-beta-24717-02",
+ "System.IO.MemoryMappedFiles": "4.4.0-beta-24717-02",
+ "System.IO.Packaging": "4.4.0-beta-24717-02",
"System.IO.Packaging.TestData": "1.0.0-prerelease",
- "System.IO.UnmanagedMemoryStream": "4.4.0-beta-24715-03",
- "System.Json": "4.4.0-beta-24715-03",
- "System.Linq": "4.4.0-beta-24715-03",
- "System.Linq.Expressions": "4.4.0-beta-24715-03",
- "System.Linq.Parallel": "4.4.0-beta-24715-03",
- "System.Linq.Queryable": "4.4.0-beta-24715-03",
- "System.Memory": "4.4.0-beta-24715-03",
- "System.Net.Http": "4.4.0-beta-24715-03",
- "System.Net.NameResolution": "4.4.0-beta-24715-03",
- "System.Net.NetworkInformation": "4.4.0-beta-24715-03",
- "System.Net.Primitives": "4.4.0-beta-24715-03",
- "System.Net.Requests": "4.4.0-beta-24715-03",
- "System.Net.Sockets": "4.4.0-beta-24715-03",
- "System.Net.WebHeaderCollection": "4.4.0-beta-24715-03",
- "System.Net.WebSockets": "4.4.0-beta-24715-03",
- "System.Net.WebSockets.Client": "4.4.0-beta-24715-03",
- "System.Numerics.Vectors": "4.4.0-beta-24715-03",
- "System.ObjectModel": "4.4.0-beta-24715-03",
- "System.Private.DataContractSerialization": "4.4.0-beta-24715-03",
- "System.Private.Uri": "4.4.0-beta-24715-03",
- "System.Private.Xml": "4.4.0-beta-24715-03",
- "System.Private.Xml.Linq": "4.4.0-beta-24715-03",
- "System.Reflection": "4.4.0-beta-24715-03",
- "System.Reflection.Context": "4.4.0-beta-24715-03",
- "System.Reflection.DispatchProxy": "4.4.0-beta-24715-03",
- "System.Reflection.Extensions": "4.4.0-beta-24715-03",
- "System.Reflection.Metadata": "1.5.0-beta-24715-03",
- "System.Reflection.Primitives": "4.4.0-beta-24715-03",
- "System.Reflection.TypeExtensions": "4.4.0-beta-24715-03",
- "System.Resources.Reader": "4.4.0-beta-24715-03",
- "System.Resources.ResourceManager": "4.4.0-beta-24715-03",
- "System.Resources.Writer": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.CompilerServices.Unsafe": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Runtime.Handles": "4.4.0-beta-24715-03",
- "System.Runtime.InteropServices": "4.4.0-beta-24715-03",
- "System.Runtime.InteropServices.RuntimeInformation": "4.4.0-beta-24715-03",
- "System.Runtime.InteropServices.WindowsRuntime": "4.4.0-beta-24715-03",
- "System.Runtime.Numerics": "4.4.0-beta-24715-03",
- "System.Runtime.Serialization.Json": "4.4.0-beta-24715-03",
- "System.Runtime.Serialization.Primitives": "4.4.0-beta-24715-03",
- "System.Runtime.Serialization.Xml": "4.4.0-beta-24715-03",
- "System.Security.Claims": "4.4.0-beta-24715-03",
- "System.Security.Cryptography.Algorithms": "4.4.0-beta-24715-03",
- "System.Security.Cryptography.Cng": "4.4.0-beta-24715-03",
- "System.Security.Cryptography.Encoding": "4.4.0-beta-24715-03",
- "System.Security.Cryptography.Pkcs": "4.4.0-beta-24715-03",
- "System.Security.Cryptography.Primitives": "4.4.0-beta-24715-03",
- "System.Security.Cryptography.ProtectedData": "4.4.0-beta-24715-03",
- "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24715-03",
+ "System.IO.UnmanagedMemoryStream": "4.4.0-beta-24717-02",
+ "System.Json": "4.4.0-beta-24717-02",
+ "System.Linq": "4.4.0-beta-24717-02",
+ "System.Linq.Expressions": "4.4.0-beta-24717-02",
+ "System.Linq.Parallel": "4.4.0-beta-24717-02",
+ "System.Linq.Queryable": "4.4.0-beta-24717-02",
+ "System.Memory": "4.4.0-beta-24717-02",
+ "System.Net.Http": "4.4.0-beta-24717-02",
+ "System.Net.NameResolution": "4.4.0-beta-24717-02",
+ "System.Net.NetworkInformation": "4.4.0-beta-24717-02",
+ "System.Net.Primitives": "4.4.0-beta-24717-02",
+ "System.Net.Requests": "4.4.0-beta-24717-02",
+ "System.Net.Sockets": "4.4.0-beta-24717-02",
+ "System.Net.WebHeaderCollection": "4.4.0-beta-24717-02",
+ "System.Net.WebSockets": "4.4.0-beta-24717-02",
+ "System.Net.WebSockets.Client": "4.4.0-beta-24717-02",
+ "System.Numerics.Vectors": "4.4.0-beta-24717-02",
+ "System.ObjectModel": "4.4.0-beta-24717-02",
+ "System.Private.DataContractSerialization": "4.4.0-beta-24717-02",
+ "System.Private.Uri": "4.4.0-beta-24717-02",
+ "System.Private.Xml": "4.4.0-beta-24717-02",
+ "System.Private.Xml.Linq": "4.4.0-beta-24717-02",
+ "System.Reflection": "4.4.0-beta-24717-02",
+ "System.Reflection.Context": "4.4.0-beta-24717-02",
+ "System.Reflection.DispatchProxy": "4.4.0-beta-24717-02",
+ "System.Reflection.Extensions": "4.4.0-beta-24717-02",
+ "System.Reflection.Metadata": "1.5.0-beta-24717-02",
+ "System.Reflection.Primitives": "4.4.0-beta-24717-02",
+ "System.Reflection.TypeExtensions": "4.4.0-beta-24717-02",
+ "System.Resources.Reader": "4.4.0-beta-24717-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24717-02",
+ "System.Resources.Writer": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.CompilerServices.Unsafe": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Runtime.Handles": "4.4.0-beta-24717-02",
+ "System.Runtime.InteropServices": "4.4.0-beta-24717-02",
+ "System.Runtime.InteropServices.RuntimeInformation": "4.4.0-beta-24717-02",
+ "System.Runtime.InteropServices.WindowsRuntime": "4.4.0-beta-24717-02",
+ "System.Runtime.Numerics": "4.4.0-beta-24717-02",
+ "System.Runtime.Serialization.Json": "4.4.0-beta-24717-02",
+ "System.Runtime.Serialization.Primitives": "4.4.0-beta-24717-02",
+ "System.Runtime.Serialization.Xml": "4.4.0-beta-24717-02",
+ "System.Security.Claims": "4.4.0-beta-24717-02",
+ "System.Security.Cryptography.Algorithms": "4.4.0-beta-24717-02",
+ "System.Security.Cryptography.Cng": "4.4.0-beta-24717-02",
+ "System.Security.Cryptography.Encoding": "4.4.0-beta-24717-02",
+ "System.Security.Cryptography.Pkcs": "4.4.0-beta-24717-02",
+ "System.Security.Cryptography.Primitives": "4.4.0-beta-24717-02",
+ "System.Security.Cryptography.ProtectedData": "4.4.0-beta-24717-02",
+ "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24717-02",
"System.Security.Cryptography.X509Certificates.TestData": "1.0.2-prerelease",
- "System.Security.Principal": "4.4.0-beta-24715-03",
- "System.Security.Principal.Windows": "4.4.0-beta-24715-03",
- "System.Security.SecureString": "4.4.0-beta-24715-03",
- "System.Text.Encoding": "4.4.0-beta-24715-03",
- "System.Text.Encoding.CodePages": "4.4.0-beta-24715-03",
- "System.Text.Encoding.Extensions": "4.4.0-beta-24715-03",
- "System.Text.Encodings.Web": "4.4.0-beta-24715-03",
- "System.Text.RegularExpressions": "4.4.0-beta-24715-03",
- "System.Threading": "4.4.0-beta-24715-03",
- "System.Threading.Overlapped": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03",
- "System.Threading.Tasks.Dataflow": "4.8.0-beta-24715-03",
- "System.Threading.Tasks.Extensions": "4.4.0-beta-24715-03",
- "System.Threading.Tasks.Parallel": "4.4.0-beta-24715-03",
- "System.Threading.Timer": "4.4.0-beta-24715-03",
- "System.ValueTuple": "4.4.0-beta-24715-03",
- "System.Web.HttpUtility": "4.4.0-beta-24715-03",
- "System.Xml.ReaderWriter": "4.4.0-beta-24715-03",
- "System.Xml.XDocument": "4.4.0-beta-24715-03",
- "System.Xml.XmlDocument": "4.4.0-beta-24715-03",
- "System.Xml.XmlSerializer": "4.4.0-beta-24715-03",
- "System.Xml.XPath": "4.4.0-beta-24715-03",
- "System.Xml.XPath.XDocument": "4.4.0-beta-24715-03",
- "System.Xml.XPath.XmlDocument": "4.4.0-beta-24715-03"
+ "System.Security.Principal": "4.4.0-beta-24717-02",
+ "System.Security.Principal.Windows": "4.4.0-beta-24717-02",
+ "System.Security.SecureString": "4.4.0-beta-24717-02",
+ "System.Text.Encoding": "4.4.0-beta-24717-02",
+ "System.Text.Encoding.CodePages": "4.4.0-beta-24717-02",
+ "System.Text.Encoding.Extensions": "4.4.0-beta-24717-02",
+ "System.Text.Encodings.Web": "4.4.0-beta-24717-02",
+ "System.Text.RegularExpressions": "4.4.0-beta-24717-02",
+ "System.Threading": "4.4.0-beta-24717-02",
+ "System.Threading.Overlapped": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks.Dataflow": "4.8.0-beta-24717-02",
+ "System.Threading.Tasks.Extensions": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks.Parallel": "4.4.0-beta-24717-02",
+ "System.Threading.Timer": "4.4.0-beta-24717-02",
+ "System.ValueTuple": "4.4.0-beta-24717-02",
+ "System.Web.HttpUtility": "4.4.0-beta-24717-02",
+ "System.Xml.ReaderWriter": "4.4.0-beta-24717-02",
+ "System.Xml.XDocument": "4.4.0-beta-24717-02",
+ "System.Xml.XmlDocument": "4.4.0-beta-24717-02",
+ "System.Xml.XmlSerializer": "4.4.0-beta-24717-02",
+ "System.Xml.XPath": "4.4.0-beta-24717-02",
+ "System.Xml.XPath.XDocument": "4.4.0-beta-24717-02",
+ "System.Xml.XPath.XmlDocument": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.3": {
"dependencies": {
- "Microsoft.Win32.Registry": "4.4.0-beta-24715-03",
- "Microsoft.Win32.Registry.AccessControl": "4.4.0-beta-24715-03",
- "System.Diagnostics.Process": "4.4.0-beta-24715-03",
- "System.IO.FileSystem.AccessControl": "4.4.0-beta-24715-03",
- "System.IO.FileSystem.DriveInfo": "4.4.0-beta-24715-03",
- "System.IO.FileSystem.Watcher": "4.4.0-beta-24715-03",
- "System.IO.Pipes": "4.4.0-beta-24715-03",
- "System.IO.Pipes.AccessControl": "4.4.0-beta-24715-03",
- "System.Net.Http.WinHttpHandler": "4.4.0-beta-24715-03",
- "System.Net.Ping": "4.4.0-beta-24715-03",
- "System.Net.Security": "4.4.0-beta-24715-03",
- "System.Runtime.CompilerServices.VisualC": "4.4.0-beta-24715-03",
- "System.Security.AccessControl": "4.4.0-beta-24715-03",
- "System.Security.Cryptography.Csp": "4.4.0-beta-24715-03",
- "System.Threading.AccessControl": "4.4.0-beta-24715-03",
- "System.Threading.Thread": "4.4.0-beta-24715-03",
- "System.Threading.ThreadPool": "4.4.0-beta-24715-03",
- "System.Reflection.Emit": "4.4.0-beta-24715-03",
- "System.Reflection.Emit.ILGeneration": "4.4.0-beta-24715-03",
- "System.Reflection.Emit.Lightweight": "4.4.0-beta-24715-03"
+ "Microsoft.Win32.Registry": "4.4.0-beta-24717-02",
+ "Microsoft.Win32.Registry.AccessControl": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Process": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem.AccessControl": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem.DriveInfo": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem.Watcher": "4.4.0-beta-24717-02",
+ "System.IO.Pipes": "4.4.0-beta-24717-02",
+ "System.IO.Pipes.AccessControl": "4.4.0-beta-24717-02",
+ "System.Net.Http.WinHttpHandler": "4.4.0-beta-24717-02",
+ "System.Net.Ping": "4.4.0-beta-24717-02",
+ "System.Net.Security": "4.4.0-beta-24717-02",
+ "System.Runtime.CompilerServices.VisualC": "4.4.0-beta-24717-02",
+ "System.Security.AccessControl": "4.4.0-beta-24717-02",
+ "System.Security.Cryptography.Csp": "4.4.0-beta-24717-02",
+ "System.Threading.AccessControl": "4.4.0-beta-24717-02",
+ "System.Threading.Thread": "4.4.0-beta-24717-02",
+ "System.Threading.ThreadPool": "4.4.0-beta-24717-02",
+ "System.Reflection.Emit": "4.4.0-beta-24717-02",
+ "System.Reflection.Emit.ILGeneration": "4.4.0-beta-24717-02",
+ "System.Reflection.Emit.Lightweight": "4.4.0-beta-24717-02"
}
},
"netstandard1.4": {
"dependencies": {
- "Microsoft.Win32.Registry": "4.4.0-beta-24715-03",
- "Microsoft.Win32.Registry.AccessControl": "4.4.0-beta-24715-03",
- "System.Diagnostics.Process": "4.4.0-beta-24715-03",
- "System.IO.FileSystem.AccessControl": "4.4.0-beta-24715-03",
- "System.IO.FileSystem.DriveInfo": "4.4.0-beta-24715-03",
- "System.IO.FileSystem.Watcher": "4.4.0-beta-24715-03",
- "System.IO.Pipes": "4.4.0-beta-24715-03",
- "System.IO.Pipes.AccessControl": "4.4.0-beta-24715-03",
- "System.Net.Http.WinHttpHandler": "4.4.0-beta-24715-03",
- "System.Net.Ping": "4.4.0-beta-24715-03",
- "System.Net.Security": "4.4.0-beta-24715-03",
- "System.Runtime.CompilerServices.VisualC": "4.4.0-beta-24715-03",
- "System.Security.AccessControl": "4.4.0-beta-24715-03",
- "System.Security.Cryptography.Csp": "4.4.0-beta-24715-03",
- "System.Threading.AccessControl": "4.4.0-beta-24715-03",
- "System.Threading.Thread": "4.4.0-beta-24715-03",
- "System.Threading.ThreadPool": "4.4.0-beta-24715-03",
- "System.ServiceProcess.ServiceController": "4.4.0-beta-24715-03",
- "System.Reflection.Emit": "4.4.0-beta-24715-03",
- "System.Reflection.Emit.ILGeneration": "4.4.0-beta-24715-03",
- "System.Reflection.Emit.Lightweight": "4.4.0-beta-24715-03"
+ "Microsoft.Win32.Registry": "4.4.0-beta-24717-02",
+ "Microsoft.Win32.Registry.AccessControl": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Process": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem.AccessControl": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem.DriveInfo": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem.Watcher": "4.4.0-beta-24717-02",
+ "System.IO.Pipes": "4.4.0-beta-24717-02",
+ "System.IO.Pipes.AccessControl": "4.4.0-beta-24717-02",
+ "System.Net.Http.WinHttpHandler": "4.4.0-beta-24717-02",
+ "System.Net.Ping": "4.4.0-beta-24717-02",
+ "System.Net.Security": "4.4.0-beta-24717-02",
+ "System.Runtime.CompilerServices.VisualC": "4.4.0-beta-24717-02",
+ "System.Security.AccessControl": "4.4.0-beta-24717-02",
+ "System.Security.Cryptography.Csp": "4.4.0-beta-24717-02",
+ "System.Threading.AccessControl": "4.4.0-beta-24717-02",
+ "System.Threading.Thread": "4.4.0-beta-24717-02",
+ "System.Threading.ThreadPool": "4.4.0-beta-24717-02",
+ "System.ServiceProcess.ServiceController": "4.4.0-beta-24717-02",
+ "System.Reflection.Emit": "4.4.0-beta-24717-02",
+ "System.Reflection.Emit.ILGeneration": "4.4.0-beta-24717-02",
+ "System.Reflection.Emit.Lightweight": "4.4.0-beta-24717-02"
}
},
"netstandard1.5": {
"dependencies": {
- "Microsoft.Win32.Registry": "4.4.0-beta-24715-03",
- "Microsoft.Win32.Registry.AccessControl": "4.4.0-beta-24715-03",
- "System.Diagnostics.Process": "4.4.0-beta-24715-03",
- "System.IO.FileSystem.AccessControl": "4.4.0-beta-24715-03",
- "System.IO.FileSystem.DriveInfo": "4.4.0-beta-24715-03",
- "System.IO.FileSystem.Watcher": "4.4.0-beta-24715-03",
- "System.IO.Pipes": "4.4.0-beta-24715-03",
- "System.IO.Pipes.AccessControl": "4.4.0-beta-24715-03",
- "System.Net.Http.WinHttpHandler": "4.4.0-beta-24715-03",
- "System.Net.Ping": "4.4.0-beta-24715-03",
- "System.Net.Security": "4.4.0-beta-24715-03",
- "System.Runtime.CompilerServices.VisualC": "4.4.0-beta-24715-03",
- "System.Security.AccessControl": "4.4.0-beta-24715-03",
- "System.Security.Cryptography.Csp": "4.4.0-beta-24715-03",
- "System.Threading.AccessControl": "4.4.0-beta-24715-03",
- "System.Threading.Thread": "4.4.0-beta-24715-03",
- "System.Threading.ThreadPool": "4.4.0-beta-24715-03",
- "System.ServiceProcess.ServiceController": "4.4.0-beta-24715-03",
- "System.Reflection.Emit": "4.4.0-beta-24715-03",
- "System.Reflection.Emit.ILGeneration": "4.4.0-beta-24715-03",
- "System.Reflection.Emit.Lightweight": "4.4.0-beta-24715-03"
+ "Microsoft.Win32.Registry": "4.4.0-beta-24717-02",
+ "Microsoft.Win32.Registry.AccessControl": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Process": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem.AccessControl": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem.DriveInfo": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem.Watcher": "4.4.0-beta-24717-02",
+ "System.IO.Pipes": "4.4.0-beta-24717-02",
+ "System.IO.Pipes.AccessControl": "4.4.0-beta-24717-02",
+ "System.Net.Http.WinHttpHandler": "4.4.0-beta-24717-02",
+ "System.Net.Ping": "4.4.0-beta-24717-02",
+ "System.Net.Security": "4.4.0-beta-24717-02",
+ "System.Runtime.CompilerServices.VisualC": "4.4.0-beta-24717-02",
+ "System.Security.AccessControl": "4.4.0-beta-24717-02",
+ "System.Security.Cryptography.Csp": "4.4.0-beta-24717-02",
+ "System.Threading.AccessControl": "4.4.0-beta-24717-02",
+ "System.Threading.Thread": "4.4.0-beta-24717-02",
+ "System.Threading.ThreadPool": "4.4.0-beta-24717-02",
+ "System.ServiceProcess.ServiceController": "4.4.0-beta-24717-02",
+ "System.Reflection.Emit": "4.4.0-beta-24717-02",
+ "System.Reflection.Emit.ILGeneration": "4.4.0-beta-24717-02",
+ "System.Reflection.Emit.Lightweight": "4.4.0-beta-24717-02"
}
},
"netstandard1.6": {
"dependencies": {
- "Microsoft.Win32.Registry": "4.4.0-beta-24715-03",
- "Microsoft.Win32.Registry.AccessControl": "4.4.0-beta-24715-03",
- "System.Diagnostics.Process": "4.4.0-beta-24715-03",
- "System.IO.FileSystem.AccessControl": "4.4.0-beta-24715-03",
- "System.IO.FileSystem.DriveInfo": "4.4.0-beta-24715-03",
- "System.IO.FileSystem.Watcher": "4.4.0-beta-24715-03",
- "System.IO.Pipes": "4.4.0-beta-24715-03",
- "System.IO.Pipes.AccessControl": "4.4.0-beta-24715-03",
- "System.Net.Http.WinHttpHandler": "4.4.0-beta-24715-03",
- "System.Net.Ping": "4.4.0-beta-24715-03",
- "System.Net.Security": "4.4.0-beta-24715-03",
- "System.Runtime.CompilerServices.VisualC": "4.4.0-beta-24715-03",
- "System.Security.AccessControl": "4.4.0-beta-24715-03",
- "System.Security.Cryptography.Csp": "4.4.0-beta-24715-03",
- "System.Threading.AccessControl": "4.4.0-beta-24715-03",
- "System.Threading.Thread": "4.4.0-beta-24715-03",
- "System.Threading.ThreadPool": "4.4.0-beta-24715-03",
- "System.ServiceProcess.ServiceController": "4.4.0-beta-24715-03",
- "System.Security.Cryptography.OpenSsl": "4.4.0-beta-24715-03",
- "System.Reflection.Emit": "4.4.0-beta-24715-03",
- "System.Reflection.Emit.ILGeneration": "4.4.0-beta-24715-03",
- "System.Reflection.Emit.Lightweight": "4.4.0-beta-24715-03"
+ "Microsoft.Win32.Registry": "4.4.0-beta-24717-02",
+ "Microsoft.Win32.Registry.AccessControl": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Process": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem.AccessControl": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem.DriveInfo": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem.Watcher": "4.4.0-beta-24717-02",
+ "System.IO.Pipes": "4.4.0-beta-24717-02",
+ "System.IO.Pipes.AccessControl": "4.4.0-beta-24717-02",
+ "System.Net.Http.WinHttpHandler": "4.4.0-beta-24717-02",
+ "System.Net.Ping": "4.4.0-beta-24717-02",
+ "System.Net.Security": "4.4.0-beta-24717-02",
+ "System.Runtime.CompilerServices.VisualC": "4.4.0-beta-24717-02",
+ "System.Security.AccessControl": "4.4.0-beta-24717-02",
+ "System.Security.Cryptography.Csp": "4.4.0-beta-24717-02",
+ "System.Threading.AccessControl": "4.4.0-beta-24717-02",
+ "System.Threading.Thread": "4.4.0-beta-24717-02",
+ "System.Threading.ThreadPool": "4.4.0-beta-24717-02",
+ "System.ServiceProcess.ServiceController": "4.4.0-beta-24717-02",
+ "System.Security.Cryptography.OpenSsl": "4.4.0-beta-24717-02",
+ "System.Reflection.Emit": "4.4.0-beta-24717-02",
+ "System.Reflection.Emit.ILGeneration": "4.4.0-beta-24717-02",
+ "System.Reflection.Emit.Lightweight": "4.4.0-beta-24717-02"
}
},
"netstandard1.7": {
"dependencies": {
- "Microsoft.Win32.Registry": "4.4.0-beta-24715-03",
- "Microsoft.Win32.Registry.AccessControl": "4.4.0-beta-24715-03",
- "System.Diagnostics.Process": "4.4.0-beta-24715-03",
- "System.IO.FileSystem.AccessControl": "4.4.0-beta-24715-03",
- "System.IO.FileSystem.DriveInfo": "4.4.0-beta-24715-03",
- "System.IO.FileSystem.Watcher": "4.4.0-beta-24715-03",
- "System.IO.IsolatedStorage": "4.4.0-beta-24715-03",
- "System.IO.Pipes": "4.4.0-beta-24715-03",
- "System.IO.Pipes.AccessControl": "4.4.0-beta-24715-03",
- "System.Net.Http.WinHttpHandler": "4.4.0-beta-24715-03",
- "System.Net.HttpListener": "4.4.0-beta-24715-03",
- "System.Net.Ping": "4.4.0-beta-24715-03",
- "System.Net.Security": "4.4.0-beta-24715-03",
- "System.Runtime.CompilerServices.VisualC": "4.4.0-beta-24715-03",
- "System.Security.AccessControl": "4.4.0-beta-24715-03",
- "System.Security.Cryptography.Csp": "4.4.0-beta-24715-03",
- "System.Threading.AccessControl": "4.4.0-beta-24715-03",
- "System.Threading.Thread": "4.4.0-beta-24715-03",
- "System.Threading.ThreadPool": "4.4.0-beta-24715-03",
- "System.ServiceProcess.ServiceController": "4.4.0-beta-24715-03",
- "System.Security.Cryptography.OpenSsl": "4.4.0-beta-24715-03",
- "System.Net.ServicePoint": "4.4.0-beta-24715-03",
- "System.Net.WebProxy": "4.4.0-beta-24715-03",
- "System.Net.WebClient": "4.4.0-beta-24715-03",
- "System.Net.Mail": "4.4.0-beta-24715-03",
- "System.Runtime.Serialization.Formatters": "4.4.0-beta-24715-03",
- "System.Security.Permissions": "4.4.0-beta-24715-03",
- "System.Transactions": "4.4.0-beta-24715-03",
- "System.Reflection.Emit": "4.4.0-beta-24715-03",
- "System.Reflection.Emit.ILGeneration": "4.4.0-beta-24715-03",
- "System.Reflection.Emit.Lightweight": "4.4.0-beta-24715-03"
+ "Microsoft.Win32.Registry": "4.4.0-beta-24717-02",
+ "Microsoft.Win32.Registry.AccessControl": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Process": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem.AccessControl": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem.DriveInfo": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem.Watcher": "4.4.0-beta-24717-02",
+ "System.IO.IsolatedStorage": "4.4.0-beta-24717-02",
+ "System.IO.Pipes": "4.4.0-beta-24717-02",
+ "System.IO.Pipes.AccessControl": "4.4.0-beta-24717-02",
+ "System.Net.Http.WinHttpHandler": "4.4.0-beta-24717-02",
+ "System.Net.HttpListener": "4.4.0-beta-24717-02",
+ "System.Net.Ping": "4.4.0-beta-24717-02",
+ "System.Net.Security": "4.4.0-beta-24717-02",
+ "System.Runtime.CompilerServices.VisualC": "4.4.0-beta-24717-02",
+ "System.Security.AccessControl": "4.4.0-beta-24717-02",
+ "System.Security.Cryptography.Csp": "4.4.0-beta-24717-02",
+ "System.Threading.AccessControl": "4.4.0-beta-24717-02",
+ "System.Threading.Thread": "4.4.0-beta-24717-02",
+ "System.Threading.ThreadPool": "4.4.0-beta-24717-02",
+ "System.ServiceProcess.ServiceController": "4.4.0-beta-24717-02",
+ "System.Security.Cryptography.OpenSsl": "4.4.0-beta-24717-02",
+ "System.Net.ServicePoint": "4.4.0-beta-24717-02",
+ "System.Net.WebProxy": "4.4.0-beta-24717-02",
+ "System.Net.WebClient": "4.4.0-beta-24717-02",
+ "System.Net.Mail": "4.4.0-beta-24717-02",
+ "System.Runtime.Serialization.Formatters": "4.4.0-beta-24717-02",
+ "System.Security.Permissions": "4.4.0-beta-24717-02",
+ "System.Transactions": "4.4.0-beta-24717-02",
+ "System.Reflection.Emit": "4.4.0-beta-24717-02",
+ "System.Reflection.Emit.ILGeneration": "4.4.0-beta-24717-02",
+ "System.Reflection.Emit.Lightweight": "4.4.0-beta-24717-02"
}
},
"netcoreapp1.0": {
"dependencies": {
- "Microsoft.Win32.Registry": "4.4.0-beta-24715-03",
- "Microsoft.Win32.Registry.AccessControl": "4.4.0-beta-24715-03",
- "System.Diagnostics.Process": "4.4.0-beta-24715-03",
- "System.IO.FileSystem.AccessControl": "4.4.0-beta-24715-03",
- "System.IO.FileSystem.DriveInfo": "4.4.0-beta-24715-03",
- "System.IO.FileSystem.Watcher": "4.4.0-beta-24715-03",
- "System.IO.Pipes": "4.4.0-beta-24715-03",
- "System.IO.Pipes.AccessControl": "4.4.0-beta-24715-03",
- "System.Net.Http.WinHttpHandler": "4.4.0-beta-24715-03",
- "System.Net.Ping": "4.4.0-beta-24715-03",
- "System.Net.Security": "4.4.0-beta-24715-03",
- "System.Runtime.CompilerServices.VisualC": "4.4.0-beta-24715-03",
- "System.Security.AccessControl": "4.4.0-beta-24715-03",
- "System.Security.Cryptography.Csp": "4.4.0-beta-24715-03",
- "System.Threading.AccessControl": "4.4.0-beta-24715-03",
- "System.Threading.Thread": "4.4.0-beta-24715-03",
- "System.Threading.ThreadPool": "4.4.0-beta-24715-03",
- "System.ServiceProcess.ServiceController": "4.4.0-beta-24715-03",
- "System.Security.Cryptography.OpenSsl": "4.4.0-beta-24715-03",
- "System.Reflection.Emit": "4.4.0-beta-24715-03",
- "System.Reflection.Emit.ILGeneration": "4.4.0-beta-24715-03",
- "System.Reflection.Emit.Lightweight": "4.4.0-beta-24715-03",
- "System.Runtime.Loader": "4.4.0-beta-24715-03"
+ "Microsoft.Win32.Registry": "4.4.0-beta-24717-02",
+ "Microsoft.Win32.Registry.AccessControl": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Process": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem.AccessControl": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem.DriveInfo": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem.Watcher": "4.4.0-beta-24717-02",
+ "System.IO.Pipes": "4.4.0-beta-24717-02",
+ "System.IO.Pipes.AccessControl": "4.4.0-beta-24717-02",
+ "System.Net.Http.WinHttpHandler": "4.4.0-beta-24717-02",
+ "System.Net.Ping": "4.4.0-beta-24717-02",
+ "System.Net.Security": "4.4.0-beta-24717-02",
+ "System.Runtime.CompilerServices.VisualC": "4.4.0-beta-24717-02",
+ "System.Security.AccessControl": "4.4.0-beta-24717-02",
+ "System.Security.Cryptography.Csp": "4.4.0-beta-24717-02",
+ "System.Threading.AccessControl": "4.4.0-beta-24717-02",
+ "System.Threading.Thread": "4.4.0-beta-24717-02",
+ "System.Threading.ThreadPool": "4.4.0-beta-24717-02",
+ "System.ServiceProcess.ServiceController": "4.4.0-beta-24717-02",
+ "System.Security.Cryptography.OpenSsl": "4.4.0-beta-24717-02",
+ "System.Reflection.Emit": "4.4.0-beta-24717-02",
+ "System.Reflection.Emit.ILGeneration": "4.4.0-beta-24717-02",
+ "System.Reflection.Emit.Lightweight": "4.4.0-beta-24717-02",
+ "System.Runtime.Loader": "4.4.0-beta-24717-02"
}
},
"netcoreapp1.1": {
"dependencies": {
- "Microsoft.Win32.Registry": "4.4.0-beta-24715-03",
- "Microsoft.Win32.Registry.AccessControl": "4.4.0-beta-24715-03",
- "System.Diagnostics.Process": "4.4.0-beta-24715-03",
- "System.IO.FileSystem.AccessControl": "4.4.0-beta-24715-03",
- "System.IO.FileSystem.DriveInfo": "4.4.0-beta-24715-03",
- "System.IO.FileSystem.Watcher": "4.4.0-beta-24715-03",
- "System.IO.IsolatedStorage": "4.4.0-beta-24715-03",
- "System.IO.Pipes": "4.4.0-beta-24715-03",
- "System.IO.Pipes.AccessControl": "4.4.0-beta-24715-03",
- "System.Net.Http.WinHttpHandler": "4.4.0-beta-24715-03",
- "System.Net.HttpListener": "4.4.0-beta-24715-03",
- "System.Net.Ping": "4.4.0-beta-24715-03",
- "System.Net.Security": "4.4.0-beta-24715-03",
- "System.Runtime.CompilerServices.VisualC": "4.4.0-beta-24715-03",
- "System.Security.AccessControl": "4.4.0-beta-24715-03",
- "System.Security.Cryptography.Csp": "4.4.0-beta-24715-03",
- "System.Threading.AccessControl": "4.4.0-beta-24715-03",
- "System.Threading.Thread": "4.4.0-beta-24715-03",
- "System.Threading.ThreadPool": "4.4.0-beta-24715-03",
- "System.ServiceProcess.ServiceController": "4.4.0-beta-24715-03",
- "System.Security.Cryptography.OpenSsl": "4.4.0-beta-24715-03",
- "System.Net.ServicePoint": "4.4.0-beta-24715-03",
- "System.Net.WebProxy": "4.4.0-beta-24715-03",
- "System.Net.WebClient": "4.4.0-beta-24715-03",
- "System.Net.Mail": "4.4.0-beta-24715-03",
- "System.Runtime.Serialization.Formatters": "4.4.0-beta-24715-03",
- "System.Security.Permissions": "4.4.0-beta-24715-03",
- "System.Transactions": "4.4.0-beta-24715-03",
- "System.Runtime.Loader": "4.4.0-beta-24715-03",
- "System.Reflection.Emit": "4.4.0-beta-24715-03",
- "System.Reflection.Emit.ILGeneration": "4.4.0-beta-24715-03",
- "System.Reflection.Emit.Lightweight": "4.4.0-beta-24715-03"
+ "Microsoft.Win32.Registry": "4.4.0-beta-24717-02",
+ "Microsoft.Win32.Registry.AccessControl": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Process": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem.AccessControl": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem.DriveInfo": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem.Watcher": "4.4.0-beta-24717-02",
+ "System.IO.IsolatedStorage": "4.4.0-beta-24717-02",
+ "System.IO.Pipes": "4.4.0-beta-24717-02",
+ "System.IO.Pipes.AccessControl": "4.4.0-beta-24717-02",
+ "System.Net.Http.WinHttpHandler": "4.4.0-beta-24717-02",
+ "System.Net.HttpListener": "4.4.0-beta-24717-02",
+ "System.Net.Ping": "4.4.0-beta-24717-02",
+ "System.Net.Security": "4.4.0-beta-24717-02",
+ "System.Runtime.CompilerServices.VisualC": "4.4.0-beta-24717-02",
+ "System.Security.AccessControl": "4.4.0-beta-24717-02",
+ "System.Security.Cryptography.Csp": "4.4.0-beta-24717-02",
+ "System.Threading.AccessControl": "4.4.0-beta-24717-02",
+ "System.Threading.Thread": "4.4.0-beta-24717-02",
+ "System.Threading.ThreadPool": "4.4.0-beta-24717-02",
+ "System.ServiceProcess.ServiceController": "4.4.0-beta-24717-02",
+ "System.Security.Cryptography.OpenSsl": "4.4.0-beta-24717-02",
+ "System.Net.ServicePoint": "4.4.0-beta-24717-02",
+ "System.Net.WebProxy": "4.4.0-beta-24717-02",
+ "System.Net.WebClient": "4.4.0-beta-24717-02",
+ "System.Net.Mail": "4.4.0-beta-24717-02",
+ "System.Runtime.Serialization.Formatters": "4.4.0-beta-24717-02",
+ "System.Security.Permissions": "4.4.0-beta-24717-02",
+ "System.Transactions": "4.4.0-beta-24717-02",
+ "System.Runtime.Loader": "4.4.0-beta-24717-02",
+ "System.Reflection.Emit": "4.4.0-beta-24717-02",
+ "System.Reflection.Emit.ILGeneration": "4.4.0-beta-24717-02",
+ "System.Reflection.Emit.Lightweight": "4.4.0-beta-24717-02"
}
},
"uap10.0": {
"dependencies": {
- "System.IO.IsolatedStorage": "4.4.0-beta-24715-03",
- "System.Net.Http.Rtc": "4.4.0-beta-24715-03",
- "System.Numerics.Vectors.WindowsRuntime": "4.4.0-beta-24715-03",
- "System.Runtime.WindowsRuntime": "4.4.0-beta-24715-03",
- "System.Runtime.WindowsRuntime.UI.Xaml": "4.4.0-beta-24715-03",
+ "System.IO.IsolatedStorage": "4.4.0-beta-24717-02",
+ "System.Net.Http.Rtc": "4.4.0-beta-24717-02",
+ "System.Numerics.Vectors.WindowsRuntime": "4.4.0-beta-24717-02",
+ "System.Runtime.WindowsRuntime": "4.4.0-beta-24717-02",
+ "System.Runtime.WindowsRuntime.UI.Xaml": "4.4.0-beta-24717-02",
"microsoft.xunit.runner.uwp": "1.0.3-prerelease-00921-01",
"System.Diagnostics.Process": {
- "version": "4.4.0-beta-24715-03",
+ "version": "4.4.0-beta-24717-02",
"include": "compile"
}
}
diff --git a/src/Common/tests/System/Diagnostics/RemoteExecutorConsoleApp/project.json b/src/Common/tests/System/Diagnostics/RemoteExecutorConsoleApp/project.json
index 7b4745c9e19c..3529d116da3e 100644
--- a/src/Common/tests/System/Diagnostics/RemoteExecutorConsoleApp/project.json
+++ b/src/Common/tests/System/Diagnostics/RemoteExecutorConsoleApp/project.json
@@ -1,12 +1,12 @@
{
"dependencies": {
- "System.Runtime": "4.4.0-beta-24715-03",
- "Microsoft.NETCore.Platforms": "1.2.0-beta-24715-03",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "Microsoft.NETCore.Platforms": "1.2.0-beta-24717-02",
"System.Console": "4.0.0",
- "System.Diagnostics.Process": "4.4.0-beta-24715-03",
- "System.IO": "4.4.0-beta-24715-03",
- "System.Reflection": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03",
+ "System.Diagnostics.Process": "4.4.0-beta-24717-02",
+ "System.IO": "4.4.0-beta-24717-02",
+ "System.Reflection": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02",
"test-runtime": {
"target": "project",
"exclude": "compile"
diff --git a/src/Common/tests/System/Xml/BaseLibManaged/project.json b/src/Common/tests/System/Xml/BaseLibManaged/project.json
index 18cf016e0643..ef9da7e429c8 100644
--- a/src/Common/tests/System/Xml/BaseLibManaged/project.json
+++ b/src/Common/tests/System/Xml/BaseLibManaged/project.json
@@ -1,7 +1,7 @@
{
"dependencies": {
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
"test-runtime": {
"target": "project",
"exclude": "compile"
diff --git a/src/Common/tests/System/Xml/ModuleCore/project.json b/src/Common/tests/System/Xml/ModuleCore/project.json
index 56ed55874385..1afa117fd123 100644
--- a/src/Common/tests/System/Xml/ModuleCore/project.json
+++ b/src/Common/tests/System/Xml/ModuleCore/project.json
@@ -1,12 +1,12 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "1.2.0-beta-24715-03",
- "System.Collections": "4.4.0-beta-24715-03",
+ "Microsoft.NETCore.Platforms": "1.2.0-beta-24717-02",
+ "System.Collections": "4.4.0-beta-24717-02",
"System.Console": "4.0.0",
- "System.Diagnostics.Debug": "4.4.0-beta-24715-03",
- "System.IO": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Text.Encoding": "4.4.0-beta-24715-03",
+ "System.Diagnostics.Debug": "4.4.0-beta-24717-02",
+ "System.IO": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Text.Encoding": "4.4.0-beta-24717-02",
"test-runtime": {
"target": "project",
"exclude": "compile"
diff --git a/src/Common/tests/System/Xml/XmlCoreTest/project.json b/src/Common/tests/System/Xml/XmlCoreTest/project.json
index 84568a82f5f8..e6c3f7690dee 100644
--- a/src/Common/tests/System/Xml/XmlCoreTest/project.json
+++ b/src/Common/tests/System/Xml/XmlCoreTest/project.json
@@ -1,15 +1,15 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "1.2.0-beta-24715-03",
- "System.Collections": "4.4.0-beta-24715-03",
+ "Microsoft.NETCore.Platforms": "1.2.0-beta-24717-02",
+ "System.Collections": "4.4.0-beta-24717-02",
"System.Console": "4.0.0",
- "System.IO": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Text.Encoding": "4.4.0-beta-24715-03",
- "System.Threading": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03",
- "System.Xml.ReaderWriter": "4.4.0-beta-24715-03",
+ "System.IO": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Text.Encoding": "4.4.0-beta-24717-02",
+ "System.Threading": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02",
+ "System.Xml.ReaderWriter": "4.4.0-beta-24717-02",
"test-runtime": {
"target": "project",
"exclude": "compile"
diff --git a/src/Common/tests/System/Xml/XmlDiff/project.json b/src/Common/tests/System/Xml/XmlDiff/project.json
index 798382597fcd..2ff770d7896b 100644
--- a/src/Common/tests/System/Xml/XmlDiff/project.json
+++ b/src/Common/tests/System/Xml/XmlDiff/project.json
@@ -1,12 +1,12 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "1.2.0-beta-24715-03",
- "System.Collections": "4.4.0-beta-24715-03",
+ "Microsoft.NETCore.Platforms": "1.2.0-beta-24717-02",
+ "System.Collections": "4.4.0-beta-24717-02",
"System.Console": "4.0.0",
- "System.Diagnostics.Debug": "4.4.0-beta-24715-03",
- "System.IO": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Xml.ReaderWriter": "4.4.0-beta-24715-03",
+ "System.Diagnostics.Debug": "4.4.0-beta-24717-02",
+ "System.IO": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Xml.ReaderWriter": "4.4.0-beta-24717-02",
"test-runtime": {
"target": "project",
"exclude": "compile"
diff --git a/src/Microsoft.CSharp/ref/project.json b/src/Microsoft.CSharp/ref/project.json
index 577d88e3d320..5ba2825484cf 100644
--- a/src/Microsoft.CSharp/ref/project.json
+++ b/src/Microsoft.CSharp/ref/project.json
@@ -1,8 +1,8 @@
{
"dependencies": {
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Dynamic.Runtime": "4.4.0-beta-24715-03",
- "System.Linq.Expressions": "4.4.0-beta-24715-03"
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Dynamic.Runtime": "4.4.0-beta-24717-02",
+ "System.Linq.Expressions": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/Microsoft.CSharp/src/project.json b/src/Microsoft.CSharp/src/project.json
index 3e92f2e92183..3fbc94e35a53 100644
--- a/src/Microsoft.CSharp/src/project.json
+++ b/src/Microsoft.CSharp/src/project.json
@@ -1,23 +1,23 @@
{
"dependencies": {
- "System.Collections": "4.4.0-beta-24715-03",
- "System.Diagnostics.Debug": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tools": "4.4.0-beta-24715-03",
- "System.Dynamic.Runtime": "4.4.0-beta-24715-03",
- "System.Globalization": "4.4.0-beta-24715-03",
- "System.Linq": "4.4.0-beta-24715-03",
- "System.Linq.Expressions": "4.4.0-beta-24715-03",
- "System.ObjectModel": "4.4.0-beta-24715-03",
- "System.Reflection": "4.4.0-beta-24715-03",
- "System.Reflection.Extensions": "4.4.0-beta-24715-03",
- "System.Reflection.Primitives": "4.4.0-beta-24715-03",
- "System.Reflection.TypeExtensions": "4.4.0-beta-24715-03",
- "System.Resources.ResourceManager": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Runtime.InteropServices": "4.4.0-beta-24715-03",
- "System.Threading": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03"
+ "System.Collections": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Debug": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tools": "4.4.0-beta-24717-02",
+ "System.Dynamic.Runtime": "4.4.0-beta-24717-02",
+ "System.Globalization": "4.4.0-beta-24717-02",
+ "System.Linq": "4.4.0-beta-24717-02",
+ "System.Linq.Expressions": "4.4.0-beta-24717-02",
+ "System.ObjectModel": "4.4.0-beta-24717-02",
+ "System.Reflection": "4.4.0-beta-24717-02",
+ "System.Reflection.Extensions": "4.4.0-beta-24717-02",
+ "System.Reflection.Primitives": "4.4.0-beta-24717-02",
+ "System.Reflection.TypeExtensions": "4.4.0-beta-24717-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Runtime.InteropServices": "4.4.0-beta-24717-02",
+ "System.Threading": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/Microsoft.Win32.Primitives/ref/project.json b/src/Microsoft.Win32.Primitives/ref/project.json
index 35507225e2c3..758a812d50ee 100644
--- a/src/Microsoft.Win32.Primitives/ref/project.json
+++ b/src/Microsoft.Win32.Primitives/ref/project.json
@@ -1,6 +1,6 @@
{
"dependencies": {
- "System.Runtime": "4.4.0-beta-24715-03"
+ "System.Runtime": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/Microsoft.Win32.Primitives/src/project.json b/src/Microsoft.Win32.Primitives/src/project.json
index 939745b44999..99b1983a354b 100644
--- a/src/Microsoft.Win32.Primitives/src/project.json
+++ b/src/Microsoft.Win32.Primitives/src/project.json
@@ -7,8 +7,8 @@
},
"netstandard1.7": {
"dependencies": {
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.InteropServices": "4.4.0-beta-24715-03"
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.InteropServices": "4.4.0-beta-24717-02"
}
}
}
diff --git a/src/Microsoft.Win32.Registry/ref/project.json b/src/Microsoft.Win32.Registry/ref/project.json
index 2cd5c5bc40a0..3c67619dd5ee 100644
--- a/src/Microsoft.Win32.Registry/ref/project.json
+++ b/src/Microsoft.Win32.Registry/ref/project.json
@@ -1,7 +1,7 @@
{
"dependencies": {
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Handles": "4.4.0-beta-24715-03"
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Handles": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/Microsoft.Win32.Registry/src/project.json b/src/Microsoft.Win32.Registry/src/project.json
index a3a244f344bf..e616764ff9c4 100644
--- a/src/Microsoft.Win32.Registry/src/project.json
+++ b/src/Microsoft.Win32.Registry/src/project.json
@@ -8,17 +8,17 @@
"netstandard1.7": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1",
- "System.Collections": "4.4.0-beta-24715-03",
- "System.Diagnostics.Debug": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tools": "4.4.0-beta-24715-03",
- "System.Globalization": "4.4.0-beta-24715-03",
- "System.IO": "4.4.0-beta-24715-03",
- "System.Resources.ResourceManager": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Runtime.Handles": "4.4.0-beta-24715-03",
- "System.Runtime.InteropServices": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03"
+ "System.Collections": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Debug": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tools": "4.4.0-beta-24717-02",
+ "System.Globalization": "4.4.0-beta-24717-02",
+ "System.IO": "4.4.0-beta-24717-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Runtime.Handles": "4.4.0-beta-24717-02",
+ "System.Runtime.InteropServices": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02"
}
}
}
diff --git a/src/System.AppContext/src/project.json b/src/System.AppContext/src/project.json
index 7d3786243100..efb5b6cb4dbc 100644
--- a/src/System.AppContext/src/project.json
+++ b/src/System.AppContext/src/project.json
@@ -2,12 +2,12 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24716-02"
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24717-03"
}
},
"netcore50": {
"dependencies": {
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24716-02"
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24717-03"
}
},
"net463": {
diff --git a/src/System.Buffers/ref/project.json b/src/System.Buffers/ref/project.json
index cdf2b2dfca31..356cdb581810 100644
--- a/src/System.Buffers/ref/project.json
+++ b/src/System.Buffers/ref/project.json
@@ -1,6 +1,6 @@
{
"dependencies": {
- "System.Runtime": "4.4.0-beta-24715-03"
+ "System.Runtime": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.1": {}
diff --git a/src/System.Buffers/src/project.json b/src/System.Buffers/src/project.json
index c1b486653bdb..b87d61705c27 100644
--- a/src/System.Buffers/src/project.json
+++ b/src/System.Buffers/src/project.json
@@ -12,7 +12,7 @@
},
"netcoreapp1.1": {
"dependencies": {
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24716-02"
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24717-03"
}
}
}
diff --git a/src/System.CodeDom/ref/project.json b/src/System.CodeDom/ref/project.json
index ed1f519f91d1..6f558c0300d4 100644
--- a/src/System.CodeDom/ref/project.json
+++ b/src/System.CodeDom/ref/project.json
@@ -1,14 +1,14 @@
{
"dependencies": {
- "System.Collections.Specialized": "4.4.0-beta-24715-03",
- "System.ComponentModel.TypeConverter": "4.4.0-beta-24715-03",
- "System.Collections.NonGeneric": "4.4.0-beta-24715-03",
- "System.IO": "4.4.0-beta-24715-03",
- "System.Reflection": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Security.Permissions": "4.4.0-beta-24715-03",
- "System.Text.Encoding": "4.4.0-beta-24715-03"
+ "System.Collections.Specialized": "4.4.0-beta-24717-02",
+ "System.ComponentModel.TypeConverter": "4.4.0-beta-24717-02",
+ "System.Collections.NonGeneric": "4.4.0-beta-24717-02",
+ "System.IO": "4.4.0-beta-24717-02",
+ "System.Reflection": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Security.Permissions": "4.4.0-beta-24717-02",
+ "System.Text.Encoding": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.CodeDom/src/project.json b/src/System.CodeDom/src/project.json
index 1e0eb4afeb19..286c207e06df 100644
--- a/src/System.CodeDom/src/project.json
+++ b/src/System.CodeDom/src/project.json
@@ -3,28 +3,28 @@
"netstandard1.7": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1",
- "System.Collections": "4.4.0-beta-24715-03",
- "System.Collections.Specialized": "4.4.0-beta-24715-03",
- "System.Collections.NonGeneric": "4.4.0-beta-24715-03",
- "System.ComponentModel.TypeConverter": "4.4.0-beta-24715-03",
- "System.Diagnostics.Debug": "4.4.0-beta-24715-03",
- "System.Diagnostics.Process": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tools": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tracing": "4.4.0-beta-24715-03",
- "System.IO": "4.4.0-beta-24715-03",
- "System.IO.FileSystem": "4.4.0-beta-24715-03",
- "System.Globalization": "4.4.0-beta-24715-03",
- "System.Globalization.Extensions": "4.4.0-beta-24715-03",
- "System.Net.Primitives": "4.4.0-beta-24715-03",
- "System.Reflection": "4.4.0-beta-24715-03",
- "System.Resources.ResourceManager": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Security.Permissions": "4.4.0-beta-24715-03",
- "System.Text.Encoding": "4.4.0-beta-24715-03",
- "System.Text.RegularExpressions": "4.4.0-beta-24715-03",
- "System.Threading": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03"
+ "System.Collections": "4.4.0-beta-24717-02",
+ "System.Collections.Specialized": "4.4.0-beta-24717-02",
+ "System.Collections.NonGeneric": "4.4.0-beta-24717-02",
+ "System.ComponentModel.TypeConverter": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Debug": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Process": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tools": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tracing": "4.4.0-beta-24717-02",
+ "System.IO": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem": "4.4.0-beta-24717-02",
+ "System.Globalization": "4.4.0-beta-24717-02",
+ "System.Globalization.Extensions": "4.4.0-beta-24717-02",
+ "System.Net.Primitives": "4.4.0-beta-24717-02",
+ "System.Reflection": "4.4.0-beta-24717-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Security.Permissions": "4.4.0-beta-24717-02",
+ "System.Text.Encoding": "4.4.0-beta-24717-02",
+ "System.Text.RegularExpressions": "4.4.0-beta-24717-02",
+ "System.Threading": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02"
}
},
"net463": {
diff --git a/src/System.Collections.Concurrent/src/project.json b/src/System.Collections.Concurrent/src/project.json
index 6144b80411bf..cd2af3cd561e 100644
--- a/src/System.Collections.Concurrent/src/project.json
+++ b/src/System.Collections.Concurrent/src/project.json
@@ -2,19 +2,19 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "Microsoft.NETCore.Platforms": "1.2.0-beta-24715-03",
- "System.Collections": "4.4.0-beta-24715-03",
- "System.Diagnostics.Contracts": "4.4.0-beta-24715-03",
- "System.Diagnostics.Debug": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tools": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tracing": "4.4.0-beta-24715-03",
- "System.Globalization": "4.4.0-beta-24715-03",
- "System.Reflection": "4.4.0-beta-24715-03",
- "System.Resources.ResourceManager": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Threading": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03"
+ "Microsoft.NETCore.Platforms": "1.2.0-beta-24717-02",
+ "System.Collections": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Contracts": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Debug": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tools": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tracing": "4.4.0-beta-24717-02",
+ "System.Globalization": "4.4.0-beta-24717-02",
+ "System.Reflection": "4.4.0-beta-24717-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Threading": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02"
}
},
"net46": {
diff --git a/src/System.Collections.NonGeneric/ref/project.json b/src/System.Collections.NonGeneric/ref/project.json
index 892ace24966a..507418151f70 100644
--- a/src/System.Collections.NonGeneric/ref/project.json
+++ b/src/System.Collections.NonGeneric/ref/project.json
@@ -1,7 +1,7 @@
{
"dependencies": {
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Globalization": "4.4.0-beta-24715-03"
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Globalization": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.Collections.NonGeneric/src/project.json b/src/System.Collections.NonGeneric/src/project.json
index 9087147c03de..11df0fdc7781 100644
--- a/src/System.Collections.NonGeneric/src/project.json
+++ b/src/System.Collections.NonGeneric/src/project.json
@@ -3,15 +3,15 @@
"netstandard1.7": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1",
- "System.Diagnostics.Contracts": "4.4.0-beta-24715-03",
- "System.Diagnostics.Debug": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tools": "4.4.0-beta-24715-03",
- "System.Globalization": "4.4.0-beta-24715-03",
- "System.Resources.ResourceManager": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Threading": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03"
+ "System.Diagnostics.Contracts": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Debug": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tools": "4.4.0-beta-24717-02",
+ "System.Globalization": "4.4.0-beta-24717-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Threading": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02"
}
},
"net463": {
diff --git a/src/System.Collections.Specialized/ref/project.json b/src/System.Collections.Specialized/ref/project.json
index 1d099893b123..2a7d965fd2d9 100644
--- a/src/System.Collections.Specialized/ref/project.json
+++ b/src/System.Collections.Specialized/ref/project.json
@@ -1,8 +1,8 @@
{
"dependencies": {
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Collections.NonGeneric": "4.4.0-beta-24715-03"
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Collections.NonGeneric": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.Collections.Specialized/src/project.json b/src/System.Collections.Specialized/src/project.json
index 478a6c37403a..a3d0f1d73039 100644
--- a/src/System.Collections.Specialized/src/project.json
+++ b/src/System.Collections.Specialized/src/project.json
@@ -3,16 +3,16 @@
"netstandard1.7": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1",
- "System.Collections.NonGeneric": "4.4.0-beta-24715-03",
- "System.Diagnostics.Debug": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tools": "4.4.0-beta-24715-03",
- "System.Globalization": "4.4.0-beta-24715-03",
- "System.Globalization.Extensions": "4.4.0-beta-24715-03",
- "System.Resources.ResourceManager": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Threading": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03"
+ "System.Collections.NonGeneric": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Debug": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tools": "4.4.0-beta-24717-02",
+ "System.Globalization": "4.4.0-beta-24717-02",
+ "System.Globalization.Extensions": "4.4.0-beta-24717-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Threading": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02"
}
},
"net463": {
diff --git a/src/System.Collections/ref/project.json b/src/System.Collections/ref/project.json
index 5fad46fc545d..00d3228c1874 100644
--- a/src/System.Collections/ref/project.json
+++ b/src/System.Collections/ref/project.json
@@ -1,6 +1,6 @@
{
"dependencies": {
- "System.Runtime": "4.4.0-beta-24715-03"
+ "System.Runtime": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.7": {},
diff --git a/src/System.Collections/src/project.json b/src/System.Collections/src/project.json
index df19a85c62a0..1b262926b58d 100644
--- a/src/System.Collections/src/project.json
+++ b/src/System.Collections/src/project.json
@@ -3,7 +3,7 @@
"netstandard1.7": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1",
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24716-02"
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24717-03"
}
},
"net463": {
@@ -13,7 +13,7 @@
},
"uap10.1": {
"dependencies": {
- "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-24716-00"
+ "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-24717-00"
}
}
}
diff --git a/src/System.ComponentModel.Annotations/ref/project.json b/src/System.ComponentModel.Annotations/ref/project.json
index c9b89554f717..bd19ab5f975c 100644
--- a/src/System.ComponentModel.Annotations/ref/project.json
+++ b/src/System.ComponentModel.Annotations/ref/project.json
@@ -1,7 +1,7 @@
{
"dependencies": {
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.ComponentModel": "4.4.0-beta-24715-03"
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.ComponentModel": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.ComponentModel.Annotations/src/project.json b/src/System.ComponentModel.Annotations/src/project.json
index 2f17b2049c29..2c5c0cb8cca8 100644
--- a/src/System.ComponentModel.Annotations/src/project.json
+++ b/src/System.ComponentModel.Annotations/src/project.json
@@ -2,20 +2,20 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "System.Collections": "4.4.0-beta-24715-03",
- "System.ComponentModel": "4.4.0-beta-24715-03",
- "System.Diagnostics.Contracts": "4.4.0-beta-24715-03",
- "System.Diagnostics.Debug": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tools": "4.4.0-beta-24715-03",
- "System.Globalization": "4.4.0-beta-24715-03",
- "System.Linq": "4.4.0-beta-24715-03",
- "System.Reflection": "4.4.0-beta-24715-03",
- "System.Reflection.Extensions": "4.4.0-beta-24715-03",
- "System.Resources.ResourceManager": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Text.RegularExpressions": "4.4.0-beta-24715-03",
- "System.Threading": "4.4.0-beta-24715-03"
+ "System.Collections": "4.4.0-beta-24717-02",
+ "System.ComponentModel": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Contracts": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Debug": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tools": "4.4.0-beta-24717-02",
+ "System.Globalization": "4.4.0-beta-24717-02",
+ "System.Linq": "4.4.0-beta-24717-02",
+ "System.Reflection": "4.4.0-beta-24717-02",
+ "System.Reflection.Extensions": "4.4.0-beta-24717-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Text.RegularExpressions": "4.4.0-beta-24717-02",
+ "System.Threading": "4.4.0-beta-24717-02"
}
},
"net463": {
diff --git a/src/System.ComponentModel.EventBasedAsync/ref/project.json b/src/System.ComponentModel.EventBasedAsync/ref/project.json
index 33275897c57f..218e00cfb56b 100644
--- a/src/System.ComponentModel.EventBasedAsync/ref/project.json
+++ b/src/System.ComponentModel.EventBasedAsync/ref/project.json
@@ -1,9 +1,9 @@
{
"dependencies": {
- "System.ComponentModel.Primitives": "4.4.0-beta-24715-03",
- "System.ComponentModel": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Threading": "4.4.0-beta-24715-03"
+ "System.ComponentModel.Primitives": "4.4.0-beta-24717-02",
+ "System.ComponentModel": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Threading": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.ComponentModel.EventBasedAsync/src/project.json b/src/System.ComponentModel.EventBasedAsync/src/project.json
index 88003aff1fe0..df761dc16520 100644
--- a/src/System.ComponentModel.EventBasedAsync/src/project.json
+++ b/src/System.ComponentModel.EventBasedAsync/src/project.json
@@ -3,15 +3,15 @@
"netstandard1.7": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1",
- "System.ComponentModel.Primitives": "4.4.0-beta-24715-03",
- "System.ComponentModel": "4.4.0-beta-24715-03",
- "System.Diagnostics.Contracts": "4.4.0-beta-24715-03",
- "System.Diagnostics.Debug": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tools": "4.4.0-beta-24715-03",
- "System.Resources.ResourceManager": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Threading": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03"
+ "System.ComponentModel.Primitives": "4.4.0-beta-24717-02",
+ "System.ComponentModel": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Contracts": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Debug": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tools": "4.4.0-beta-24717-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Threading": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02"
}
},
"net463": {
diff --git a/src/System.ComponentModel.Primitives/ref/project.json b/src/System.ComponentModel.Primitives/ref/project.json
index f2605fe65938..a7e0bfd17952 100644
--- a/src/System.ComponentModel.Primitives/ref/project.json
+++ b/src/System.ComponentModel.Primitives/ref/project.json
@@ -2,9 +2,9 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Collections.NonGeneric": "4.4.0-beta-24715-03",
- "System.ComponentModel": "4.4.0-beta-24715-03"
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Collections.NonGeneric": "4.4.0-beta-24717-02",
+ "System.ComponentModel": "4.4.0-beta-24717-02"
}
}
}
diff --git a/src/System.ComponentModel.Primitives/src/project.json b/src/System.ComponentModel.Primitives/src/project.json
index bc8829ed711f..d5637057c8eb 100644
--- a/src/System.ComponentModel.Primitives/src/project.json
+++ b/src/System.ComponentModel.Primitives/src/project.json
@@ -2,11 +2,11 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "System.Collections.NonGeneric": "4.4.0-beta-24715-03",
- "System.ComponentModel": "4.4.0-beta-24715-03",
- "System.Resources.ResourceManager": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Threading": "4.4.0-beta-24715-03"
+ "System.Collections.NonGeneric": "4.4.0-beta-24717-02",
+ "System.ComponentModel": "4.4.0-beta-24717-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Threading": "4.4.0-beta-24717-02"
}
},
"net463": {
diff --git a/src/System.ComponentModel.TypeConverter/ref/project.json b/src/System.ComponentModel.TypeConverter/ref/project.json
index dc5d30cdc499..11d96ee8404a 100644
--- a/src/System.ComponentModel.TypeConverter/ref/project.json
+++ b/src/System.ComponentModel.TypeConverter/ref/project.json
@@ -1,13 +1,13 @@
{
"dependencies": {
- "System.Collections.NonGeneric": "4.4.0-beta-24715-03",
- "System.ComponentModel": "4.4.0-beta-24715-03",
- "System.Drawing.Primitives": "4.4.0-beta-24715-03",
- "System.ComponentModel.Primitives": "4.4.0-beta-24715-03",
- "System.Resources.ResourceManager": "4.4.0-beta-24715-03",
- "System.Resources.Writer": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03"
+ "System.Collections.NonGeneric": "4.4.0-beta-24717-02",
+ "System.ComponentModel": "4.4.0-beta-24717-02",
+ "System.Drawing.Primitives": "4.4.0-beta-24717-02",
+ "System.ComponentModel.Primitives": "4.4.0-beta-24717-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24717-02",
+ "System.Resources.Writer": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.ComponentModel.TypeConverter/src/project.json b/src/System.ComponentModel.TypeConverter/src/project.json
index 87dcd093539a..f5612f0c90a4 100644
--- a/src/System.ComponentModel.TypeConverter/src/project.json
+++ b/src/System.ComponentModel.TypeConverter/src/project.json
@@ -2,37 +2,37 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "System.Collections": "4.4.0-beta-24715-03",
- "System.Collections.NonGeneric": "4.4.0-beta-24715-03",
- "System.Collections.Specialized": "4.4.0-beta-24715-03",
- "System.ComponentModel": "4.4.0-beta-24715-03",
- "System.ComponentModel.EventBasedAsync": "4.4.0-beta-24715-03",
- "System.ComponentModel.Primitives": "4.4.0-beta-24715-03",
- "System.Diagnostics.Contracts": "4.4.0-beta-24715-03",
- "System.Diagnostics.Debug": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tools": "4.4.0-beta-24715-03",
- "System.Diagnostics.TraceSource": "4.4.0-beta-24715-03",
- "System.Drawing.Primitives": "4.4.0-beta-24715-03",
- "System.Globalization": "4.4.0-beta-24715-03",
- "System.IO": "4.4.0-beta-24715-03",
- "System.IO.FileSystem": "4.4.0-beta-24715-03",
- "System.Linq": "4.4.0-beta-24715-03",
- "System.Net.WebClient": "4.4.0-beta-24715-03",
+ "System.Collections": "4.4.0-beta-24717-02",
+ "System.Collections.NonGeneric": "4.4.0-beta-24717-02",
+ "System.Collections.Specialized": "4.4.0-beta-24717-02",
+ "System.ComponentModel": "4.4.0-beta-24717-02",
+ "System.ComponentModel.EventBasedAsync": "4.4.0-beta-24717-02",
+ "System.ComponentModel.Primitives": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Contracts": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Debug": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tools": "4.4.0-beta-24717-02",
+ "System.Diagnostics.TraceSource": "4.4.0-beta-24717-02",
+ "System.Drawing.Primitives": "4.4.0-beta-24717-02",
+ "System.Globalization": "4.4.0-beta-24717-02",
+ "System.IO": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem": "4.4.0-beta-24717-02",
+ "System.Linq": "4.4.0-beta-24717-02",
+ "System.Net.WebClient": "4.4.0-beta-24717-02",
"System.ObjectModel": "4.0.12",
- "System.Reflection": "4.4.0-beta-24715-03",
- "System.Reflection.Extensions": "4.4.0-beta-24715-03",
- "System.Reflection.TypeExtensions": "4.4.0-beta-24715-03",
- "System.Resources.ResourceManager": "4.4.0-beta-24715-03",
- "System.Resources.Writer": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Runtime.InteropServices": "4.4.0-beta-24715-03",
- "System.Runtime.Serialization.Formatters": "4.4.0-beta-24715-03",
- "System.Runtime.Serialization.Primitives": "4.4.0-beta-24715-03",
- "System.Security.Permissions": "4.4.0-beta-24715-03",
- "System.Text.RegularExpressions": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03",
- "System.Threading.Timer": "4.4.0-beta-24715-03"
+ "System.Reflection": "4.4.0-beta-24717-02",
+ "System.Reflection.Extensions": "4.4.0-beta-24717-02",
+ "System.Reflection.TypeExtensions": "4.4.0-beta-24717-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24717-02",
+ "System.Resources.Writer": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Runtime.InteropServices": "4.4.0-beta-24717-02",
+ "System.Runtime.Serialization.Formatters": "4.4.0-beta-24717-02",
+ "System.Runtime.Serialization.Primitives": "4.4.0-beta-24717-02",
+ "System.Security.Permissions": "4.4.0-beta-24717-02",
+ "System.Text.RegularExpressions": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02",
+ "System.Threading.Timer": "4.4.0-beta-24717-02"
}
},
"net463": {
diff --git a/src/System.Console/src/project.json b/src/System.Console/src/project.json
index 51b93274cb21..3693fa01d7ca 100644
--- a/src/System.Console/src/project.json
+++ b/src/System.Console/src/project.json
@@ -3,20 +3,20 @@
"netstandard1.7": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1",
- "System.Collections": "4.4.0-beta-24715-03",
- "System.Diagnostics.Contracts": "4.4.0-beta-24715-03",
- "System.Diagnostics.Debug": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tools": "4.4.0-beta-24715-03",
- "System.IO": "4.4.0-beta-24715-03",
- "System.IO.FileSystem.Primitives": "4.4.0-beta-24715-03",
- "System.Resources.ResourceManager": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Runtime.InteropServices": "4.4.0-beta-24715-03",
- "System.Text.Encoding": "4.4.0-beta-24715-03",
- "System.Text.Encoding.Extensions": "4.4.0-beta-24715-03",
- "System.Threading": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03"
+ "System.Collections": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Contracts": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Debug": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tools": "4.4.0-beta-24717-02",
+ "System.IO": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem.Primitives": "4.4.0-beta-24717-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Runtime.InteropServices": "4.4.0-beta-24717-02",
+ "System.Text.Encoding": "4.4.0-beta-24717-02",
+ "System.Text.Encoding.Extensions": "4.4.0-beta-24717-02",
+ "System.Threading": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02"
}
},
"net463": {
diff --git a/src/System.Console/tests/ManualTests/project.json b/src/System.Console/tests/ManualTests/project.json
index 269053b4dbe5..b1cb9fcf62d7 100644
--- a/src/System.Console/tests/ManualTests/project.json
+++ b/src/System.Console/tests/ManualTests/project.json
@@ -1,12 +1,12 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "1.2.0-beta-24715-03",
- "System.Diagnostics.Process": "4.4.0-beta-24715-03",
- "System.IO": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Text.Encoding": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03",
+ "Microsoft.NETCore.Platforms": "1.2.0-beta-24717-02",
+ "System.Diagnostics.Process": "4.4.0-beta-24717-02",
+ "System.IO": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Text.Encoding": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02",
"test-runtime": {
"target": "project",
"exclude": "compile"
diff --git a/src/System.Data.Common/ref/project.json b/src/System.Data.Common/ref/project.json
index 6c5df414ca64..8b74ed7bcb8a 100644
--- a/src/System.Data.Common/ref/project.json
+++ b/src/System.Data.Common/ref/project.json
@@ -1,15 +1,15 @@
{
"dependencies": {
- "System.Collections.NonGeneric": "4.4.0-beta-24715-03",
- "System.ComponentModel": "4.4.0-beta-24715-03",
- "System.ComponentModel.Primitives": "4.4.0-beta-24715-03",
- "System.ComponentModel.TypeConverter": "4.4.0-beta-24715-03",
- "System.IO": "4.4.0-beta-24715-03",
- "System.ObjectModel": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Transactions": "4.4.0-beta-24715-03",
- "System.Xml.ReaderWriter": "4.4.0-beta-24715-03"
+ "System.Collections.NonGeneric": "4.4.0-beta-24717-02",
+ "System.ComponentModel": "4.4.0-beta-24717-02",
+ "System.ComponentModel.Primitives": "4.4.0-beta-24717-02",
+ "System.ComponentModel.TypeConverter": "4.4.0-beta-24717-02",
+ "System.IO": "4.4.0-beta-24717-02",
+ "System.ObjectModel": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Transactions": "4.4.0-beta-24717-02",
+ "System.Xml.ReaderWriter": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.Data.Common/src/project.json b/src/System.Data.Common/src/project.json
index c624ae10efa5..ce9c69ae30ed 100644
--- a/src/System.Data.Common/src/project.json
+++ b/src/System.Data.Common/src/project.json
@@ -3,35 +3,35 @@
"netstandard1.7": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1",
- "System.Collections": "4.4.0-beta-24715-03",
- "System.Collections.Concurrent": "4.4.0-beta-24715-03",
- "System.Collections.NonGeneric": "4.4.0-beta-24715-03",
- "System.ComponentModel": "4.4.0-beta-24715-03",
- "System.ComponentModel.Primitives": "4.4.0-beta-24715-03",
- "System.ComponentModel.TypeConverter": "4.4.0-beta-24715-03",
- "System.Diagnostics.Debug": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tools": "4.4.0-beta-24715-03",
- "System.Diagnostics.TraceSource": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tracing": "4.4.0-beta-24715-03",
- "System.Dynamic.Runtime": "4.4.0-beta-24715-03",
- "System.Globalization": "4.4.0-beta-24715-03",
- "System.IO": "4.4.0-beta-24715-03",
- "System.IO.FileSystem": "4.4.0-beta-24715-03",
- "System.Linq": "4.4.0-beta-24715-03",
- "System.ObjectModel": "4.4.0-beta-24715-03",
- "System.Reflection": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Runtime.Numerics": "4.4.0-beta-24715-03",
- "System.Runtime.Serialization.Formatters": "4.4.0-beta-24715-03",
- "System.Text.Encoding": "4.4.0-beta-24715-03",
- "System.Text.Encoding.Extensions": "4.4.0-beta-24715-03",
- "System.Text.RegularExpressions": "4.4.0-beta-24715-03",
- "System.Threading": "4.4.0-beta-24715-03",
- "System.Threading.Thread": "4.4.0-beta-24715-03",
- "System.Transactions": "4.4.0-beta-24715-03",
- "System.Xml.ReaderWriter": "4.4.0-beta-24715-03",
- "System.Xml.XmlSerializer": "4.4.0-beta-24715-03"
+ "System.Collections": "4.4.0-beta-24717-02",
+ "System.Collections.Concurrent": "4.4.0-beta-24717-02",
+ "System.Collections.NonGeneric": "4.4.0-beta-24717-02",
+ "System.ComponentModel": "4.4.0-beta-24717-02",
+ "System.ComponentModel.Primitives": "4.4.0-beta-24717-02",
+ "System.ComponentModel.TypeConverter": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Debug": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tools": "4.4.0-beta-24717-02",
+ "System.Diagnostics.TraceSource": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tracing": "4.4.0-beta-24717-02",
+ "System.Dynamic.Runtime": "4.4.0-beta-24717-02",
+ "System.Globalization": "4.4.0-beta-24717-02",
+ "System.IO": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem": "4.4.0-beta-24717-02",
+ "System.Linq": "4.4.0-beta-24717-02",
+ "System.ObjectModel": "4.4.0-beta-24717-02",
+ "System.Reflection": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Runtime.Numerics": "4.4.0-beta-24717-02",
+ "System.Runtime.Serialization.Formatters": "4.4.0-beta-24717-02",
+ "System.Text.Encoding": "4.4.0-beta-24717-02",
+ "System.Text.Encoding.Extensions": "4.4.0-beta-24717-02",
+ "System.Text.RegularExpressions": "4.4.0-beta-24717-02",
+ "System.Threading": "4.4.0-beta-24717-02",
+ "System.Threading.Thread": "4.4.0-beta-24717-02",
+ "System.Transactions": "4.4.0-beta-24717-02",
+ "System.Xml.ReaderWriter": "4.4.0-beta-24717-02",
+ "System.Xml.XmlSerializer": "4.4.0-beta-24717-02"
}
},
"net463": {
diff --git a/src/System.Data.SqlClient/ref/project.json b/src/System.Data.SqlClient/ref/project.json
index 493f1db0a05b..ef554f1866fd 100644
--- a/src/System.Data.SqlClient/ref/project.json
+++ b/src/System.Data.SqlClient/ref/project.json
@@ -1,14 +1,14 @@
{
"dependencies": {
- "System.ComponentModel.Primitives": "4.4.0-beta-24715-03",
- "System.ComponentModel.TypeConverter": "4.4.0-beta-24715-03",
- "System.Data.Common": "4.4.0-beta-24715-03",
- "System.Globalization": "4.4.0-beta-24715-03",
- "System.IO": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03",
- "System.Xml.ReaderWriter": "4.4.0-beta-24715-03"
+ "System.ComponentModel.Primitives": "4.4.0-beta-24717-02",
+ "System.ComponentModel.TypeConverter": "4.4.0-beta-24717-02",
+ "System.Data.Common": "4.4.0-beta-24717-02",
+ "System.Globalization": "4.4.0-beta-24717-02",
+ "System.IO": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02",
+ "System.Xml.ReaderWriter": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.Data.SqlClient/src/project.json b/src/System.Data.SqlClient/src/project.json
index c163240562b7..6a6807456d22 100644
--- a/src/System.Data.SqlClient/src/project.json
+++ b/src/System.Data.SqlClient/src/project.json
@@ -3,44 +3,44 @@
"netstandard1.7": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1",
- "Microsoft.Win32.Primitives": "4.4.0-beta-24715-03",
- "System.Collections": "4.4.0-beta-24715-03",
- "System.Collections.Concurrent": "4.4.0-beta-24715-03",
- "System.ComponentModel.Primitives": "4.4.0-beta-24715-03",
- "System.ComponentModel.TypeConverter": "4.4.0-beta-24715-03",
- "System.Data.Common": "4.4.0-beta-24715-03",
- "System.Diagnostics.Debug": "4.4.0-beta-24715-03",
- "System.Diagnostics.DiagnosticSource": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tools": "4.4.0-beta-24715-03",
- "System.Globalization": "4.4.0-beta-24715-03",
- "System.IO": "4.4.0-beta-24715-03",
- "System.IO.Pipes": "4.4.0-beta-24715-03",
- "System.Linq": "4.4.0-beta-24715-03",
- "System.Net.NameResolution": "4.4.0-beta-24715-03",
- "System.Net.Primitives": "4.4.0-beta-24715-03",
- "System.Net.Security": "4.4.0-beta-24715-03",
- "System.Net.Sockets": "4.4.0-beta-24715-03",
- "System.Reflection": "4.4.0-beta-24715-03",
- "System.Reflection.TypeExtensions": "4.4.0-beta-24715-03",
- "System.Resources.ResourceManager": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Runtime.Handles": "4.4.0-beta-24715-03",
- "System.Runtime.InteropServices": "4.4.0-beta-24715-03",
- "System.Runtime.InteropServices.RuntimeInformation": "4.4.0-beta-24715-03",
- "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24715-03",
- "System.Security.Principal": "4.4.0-beta-24715-03",
- "System.Security.Principal.Windows": "4.4.0-beta-24715-03",
- "System.Text.Encoding": "4.4.0-beta-24715-03",
- "System.Text.Encoding.CodePages": "4.4.0-beta-24715-03",
- "System.Text.Encoding.Extensions": "4.4.0-beta-24715-03",
- "System.Text.RegularExpressions": "4.4.0-beta-24715-03",
- "System.Threading": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03",
- "System.Threading.Thread": "4.4.0-beta-24715-03",
- "System.Threading.ThreadPool": "4.4.0-beta-24715-03",
- "System.Threading.Timer": "4.4.0-beta-24715-03",
- "System.Xml.ReaderWriter": "4.4.0-beta-24715-03"
+ "Microsoft.Win32.Primitives": "4.4.0-beta-24717-02",
+ "System.Collections": "4.4.0-beta-24717-02",
+ "System.Collections.Concurrent": "4.4.0-beta-24717-02",
+ "System.ComponentModel.Primitives": "4.4.0-beta-24717-02",
+ "System.ComponentModel.TypeConverter": "4.4.0-beta-24717-02",
+ "System.Data.Common": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Debug": "4.4.0-beta-24717-02",
+ "System.Diagnostics.DiagnosticSource": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tools": "4.4.0-beta-24717-02",
+ "System.Globalization": "4.4.0-beta-24717-02",
+ "System.IO": "4.4.0-beta-24717-02",
+ "System.IO.Pipes": "4.4.0-beta-24717-02",
+ "System.Linq": "4.4.0-beta-24717-02",
+ "System.Net.NameResolution": "4.4.0-beta-24717-02",
+ "System.Net.Primitives": "4.4.0-beta-24717-02",
+ "System.Net.Security": "4.4.0-beta-24717-02",
+ "System.Net.Sockets": "4.4.0-beta-24717-02",
+ "System.Reflection": "4.4.0-beta-24717-02",
+ "System.Reflection.TypeExtensions": "4.4.0-beta-24717-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Runtime.Handles": "4.4.0-beta-24717-02",
+ "System.Runtime.InteropServices": "4.4.0-beta-24717-02",
+ "System.Runtime.InteropServices.RuntimeInformation": "4.4.0-beta-24717-02",
+ "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24717-02",
+ "System.Security.Principal": "4.4.0-beta-24717-02",
+ "System.Security.Principal.Windows": "4.4.0-beta-24717-02",
+ "System.Text.Encoding": "4.4.0-beta-24717-02",
+ "System.Text.Encoding.CodePages": "4.4.0-beta-24717-02",
+ "System.Text.Encoding.Extensions": "4.4.0-beta-24717-02",
+ "System.Text.RegularExpressions": "4.4.0-beta-24717-02",
+ "System.Threading": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02",
+ "System.Threading.Thread": "4.4.0-beta-24717-02",
+ "System.Threading.ThreadPool": "4.4.0-beta-24717-02",
+ "System.Threading.Timer": "4.4.0-beta-24717-02",
+ "System.Xml.ReaderWriter": "4.4.0-beta-24717-02"
}
},
"net463": {
diff --git a/src/System.Data.SqlClient/tests/StressTests/IMonitorLoader/project.json b/src/System.Data.SqlClient/tests/StressTests/IMonitorLoader/project.json
index a97149ca849f..b8cae049c46d 100644
--- a/src/System.Data.SqlClient/tests/StressTests/IMonitorLoader/project.json
+++ b/src/System.Data.SqlClient/tests/StressTests/IMonitorLoader/project.json
@@ -1,6 +1,6 @@
{
"dependencies": {
- "System.Collections": "4.4.0-beta-24715-03"
+ "System.Collections": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.3": {}
diff --git a/src/System.Data.SqlClient/tests/StressTests/System.Data.StressFramework/project.json b/src/System.Data.SqlClient/tests/StressTests/System.Data.StressFramework/project.json
index 21c021a37054..508517e366e3 100644
--- a/src/System.Data.SqlClient/tests/StressTests/System.Data.StressFramework/project.json
+++ b/src/System.Data.SqlClient/tests/StressTests/System.Data.StressFramework/project.json
@@ -1,39 +1,39 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "1.2.0-beta-24715-03",
- "System.Console": "4.4.0-beta-24715-03",
- "System.Collections": "4.4.0-beta-24715-03",
- "System.Collections.Concurrent": "4.4.0-beta-24715-03",
- "System.Data.Common": "4.4.0-beta-24715-03",
- "System.Data.SqlClient": "4.4.0-beta-24715-03",
- "System.Diagnostics.Debug": "4.4.0-beta-24715-03",
- "System.Diagnostics.DiagnosticSource": "4.4.0-beta-24715-03",
- "System.Diagnostics.FileVersionInfo": "4.4.0-beta-24715-03",
- "System.Diagnostics.Process": "4.4.0-beta-24715-03",
- "System.Diagnostics.TextWriterTraceListener": "4.4.0-beta-24715-03",
- "System.Diagnostics.TraceSource": "4.4.0-beta-24715-03",
- "System.IO.FileSystem": "4.4.0-beta-24715-03",
- "System.Linq": "4.4.0-beta-24715-03",
- "System.Linq.Expressions": "4.4.0-beta-24715-03",
- "System.Net.NameResolution": "4.4.0-beta-24715-03",
- "System.Reflection": "4.4.0-beta-24715-03",
- "System.Reflection.Emit": "4.4.0-beta-24715-03",
- "System.Reflection.Extensions": "4.4.0-beta-24715-03",
- "System.Reflection.TypeExtensions": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Runtime.InteropServices": "4.4.0-beta-24715-03",
- "System.Security.Principal": "4.4.0-beta-24715-03",
- "System.Security.Principal.Windows": "4.4.0-beta-24715-03",
- "System.Text.RegularExpressions": "4.4.0-beta-24715-03",
- "System.Threading": "4.4.0-beta-24715-03",
- "System.Threading.Timer": "4.4.0-beta-24715-03",
- "System.Threading.Thread": "4.4.0-beta-24715-03",
- "System.Threading.ThreadPool": "4.4.0-beta-24715-03",
+ "Microsoft.NETCore.Platforms": "1.2.0-beta-24717-02",
+ "System.Console": "4.4.0-beta-24717-02",
+ "System.Collections": "4.4.0-beta-24717-02",
+ "System.Collections.Concurrent": "4.4.0-beta-24717-02",
+ "System.Data.Common": "4.4.0-beta-24717-02",
+ "System.Data.SqlClient": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Debug": "4.4.0-beta-24717-02",
+ "System.Diagnostics.DiagnosticSource": "4.4.0-beta-24717-02",
+ "System.Diagnostics.FileVersionInfo": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Process": "4.4.0-beta-24717-02",
+ "System.Diagnostics.TextWriterTraceListener": "4.4.0-beta-24717-02",
+ "System.Diagnostics.TraceSource": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem": "4.4.0-beta-24717-02",
+ "System.Linq": "4.4.0-beta-24717-02",
+ "System.Linq.Expressions": "4.4.0-beta-24717-02",
+ "System.Net.NameResolution": "4.4.0-beta-24717-02",
+ "System.Reflection": "4.4.0-beta-24717-02",
+ "System.Reflection.Emit": "4.4.0-beta-24717-02",
+ "System.Reflection.Extensions": "4.4.0-beta-24717-02",
+ "System.Reflection.TypeExtensions": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Runtime.InteropServices": "4.4.0-beta-24717-02",
+ "System.Security.Principal": "4.4.0-beta-24717-02",
+ "System.Security.Principal.Windows": "4.4.0-beta-24717-02",
+ "System.Text.RegularExpressions": "4.4.0-beta-24717-02",
+ "System.Threading": "4.4.0-beta-24717-02",
+ "System.Threading.Timer": "4.4.0-beta-24717-02",
+ "System.Threading.Thread": "4.4.0-beta-24717-02",
+ "System.Threading.ThreadPool": "4.4.0-beta-24717-02",
"System.Runtime.Serialization.Primitives": "4.1.1",
- "System.Xml.ReaderWriter": "4.4.0-beta-24715-03",
- "System.Xml.XPath": "4.4.0-beta-24715-03",
- "System.Xml.XmlDocument": "4.4.0-beta-24715-03",
- "runtime.native.System.Data.SqlClient.sni": "4.4.0-beta-24715-03"
+ "System.Xml.ReaderWriter": "4.4.0-beta-24717-02",
+ "System.Xml.XPath": "4.4.0-beta-24717-02",
+ "System.Xml.XmlDocument": "4.4.0-beta-24717-02",
+ "runtime.native.System.Data.SqlClient.sni": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.3": {}
diff --git a/src/System.Data.SqlClient/tests/StressTests/System.Data.StressRunner/project.json b/src/System.Data.SqlClient/tests/StressTests/System.Data.StressRunner/project.json
index 1895e87c3c25..6d740b84f51f 100644
--- a/src/System.Data.SqlClient/tests/StressTests/System.Data.StressRunner/project.json
+++ b/src/System.Data.SqlClient/tests/StressTests/System.Data.StressRunner/project.json
@@ -1,37 +1,37 @@
{
"dependencies": {
- "System.Runtime": "4.4.0-beta-24715-03",
- "Microsoft.NETCore.Platforms": "1.2.0-beta-24715-03",
- "System.AppContext": "4.4.0-beta-24715-03",
- "System.Console": "4.4.0-beta-24715-03",
- "System.Collections": "4.4.0-beta-24715-03",
- "System.Collections.Concurrent": "4.4.0-beta-24715-03",
- "System.Data.Common": "4.4.0-beta-24715-03",
- "System.Data.SqlClient": "4.4.0-beta-24715-03",
- "System.Diagnostics.Debug": "4.4.0-beta-24715-03",
- "System.Diagnostics.DiagnosticSource": "4.4.0-beta-24715-03",
- "System.Diagnostics.FileVersionInfo": "4.4.0-beta-24715-03",
- "System.Diagnostics.Process": "4.4.0-beta-24715-03",
- "System.Diagnostics.TextWriterTraceListener": "4.4.0-beta-24715-03",
- "System.Diagnostics.TraceSource": "4.4.0-beta-24715-03",
- "System.IO.FileSystem": "4.4.0-beta-24715-03",
- "System.Net.NameResolution": "4.4.0-beta-24715-03",
- "System.Security.Principal": "4.4.0-beta-24715-03",
- "System.Security.Principal.Windows": "4.4.0-beta-24715-03",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "Microsoft.NETCore.Platforms": "1.2.0-beta-24717-02",
+ "System.AppContext": "4.4.0-beta-24717-02",
+ "System.Console": "4.4.0-beta-24717-02",
+ "System.Collections": "4.4.0-beta-24717-02",
+ "System.Collections.Concurrent": "4.4.0-beta-24717-02",
+ "System.Data.Common": "4.4.0-beta-24717-02",
+ "System.Data.SqlClient": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Debug": "4.4.0-beta-24717-02",
+ "System.Diagnostics.DiagnosticSource": "4.4.0-beta-24717-02",
+ "System.Diagnostics.FileVersionInfo": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Process": "4.4.0-beta-24717-02",
+ "System.Diagnostics.TextWriterTraceListener": "4.4.0-beta-24717-02",
+ "System.Diagnostics.TraceSource": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem": "4.4.0-beta-24717-02",
+ "System.Net.NameResolution": "4.4.0-beta-24717-02",
+ "System.Security.Principal": "4.4.0-beta-24717-02",
+ "System.Security.Principal.Windows": "4.4.0-beta-24717-02",
"System.Threading.Thread": "4.0.0",
- "System.Threading": "4.4.0-beta-24715-03",
- "System.Threading.Timer": "4.4.0-beta-24715-03",
- "System.Reflection.Extensions": "4.4.0-beta-24715-03",
- "System.Reflection": "4.4.0-beta-24715-03",
- "System.Reflection.Emit": "4.4.0-beta-24715-03",
- "System.Reflection.TypeExtensions": "4.4.0-beta-24715-03",
- "System.Runtime.InteropServices": "4.4.0-beta-24715-03",
- "System.Threading.ThreadPool": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Text.RegularExpressions": "4.4.0-beta-24715-03",
- "System.Xml.ReaderWriter": "4.4.0-beta-24715-03",
- "System.Xml.XmlDocument": "4.4.0-beta-24715-03",
- "runtime.native.System.Data.SqlClient.sni": "4.4.0-beta-24715-03"
+ "System.Threading": "4.4.0-beta-24717-02",
+ "System.Threading.Timer": "4.4.0-beta-24717-02",
+ "System.Reflection.Extensions": "4.4.0-beta-24717-02",
+ "System.Reflection": "4.4.0-beta-24717-02",
+ "System.Reflection.Emit": "4.4.0-beta-24717-02",
+ "System.Reflection.TypeExtensions": "4.4.0-beta-24717-02",
+ "System.Runtime.InteropServices": "4.4.0-beta-24717-02",
+ "System.Threading.ThreadPool": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Text.RegularExpressions": "4.4.0-beta-24717-02",
+ "System.Xml.ReaderWriter": "4.4.0-beta-24717-02",
+ "System.Xml.XmlDocument": "4.4.0-beta-24717-02",
+ "runtime.native.System.Data.SqlClient.sni": "4.4.0-beta-24717-02"
},
"frameworks": {
"netcoreapp1.0": {
diff --git a/src/System.Diagnostics.Contracts/src/project.json b/src/System.Diagnostics.Contracts/src/project.json
index 971ec860ed20..d9e77386dfea 100644
--- a/src/System.Diagnostics.Contracts/src/project.json
+++ b/src/System.Diagnostics.Contracts/src/project.json
@@ -2,12 +2,12 @@
"frameworks": {
"netstandard1.0": {
"dependencies": {
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24716-02"
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24717-03"
}
},
"netcore50": {
"dependencies": {
- "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-24716-00"
+ "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-24717-00"
}
}
}
diff --git a/src/System.Diagnostics.Debug/src/project.json b/src/System.Diagnostics.Debug/src/project.json
index 3b90c3807105..30a6ddaf51df 100644
--- a/src/System.Diagnostics.Debug/src/project.json
+++ b/src/System.Diagnostics.Debug/src/project.json
@@ -2,12 +2,12 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24716-02"
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24717-03"
}
},
"netcore50": {
"dependencies": {
- "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-24716-00"
+ "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-24717-00"
}
},
"net463": {
diff --git a/src/System.Diagnostics.Debug/tests/project.json b/src/System.Diagnostics.Debug/tests/project.json
index 044975037848..e3d90e515452 100644
--- a/src/System.Diagnostics.Debug/tests/project.json
+++ b/src/System.Diagnostics.Debug/tests/project.json
@@ -1,10 +1,10 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "1.2.0-beta-24715-03",
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24716-02",
- "System.Linq.Expressions": "4.4.0-beta-24715-03",
- "System.ObjectModel": "4.4.0-beta-24715-03",
- "System.Text.RegularExpressions": "4.4.0-beta-24715-03",
+ "Microsoft.NETCore.Platforms": "1.2.0-beta-24717-02",
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24717-03",
+ "System.Linq.Expressions": "4.4.0-beta-24717-02",
+ "System.ObjectModel": "4.4.0-beta-24717-02",
+ "System.Text.RegularExpressions": "4.4.0-beta-24717-02",
"test-runtime": {
"target": "project",
"exclude": "compile"
diff --git a/src/System.Diagnostics.FileVersionInfo/tests/System.Diagnostics.FileVersionInfo.TestAssembly/project.json b/src/System.Diagnostics.FileVersionInfo/tests/System.Diagnostics.FileVersionInfo.TestAssembly/project.json
index 5fd71819ff21..6caf38add610 100644
--- a/src/System.Diagnostics.FileVersionInfo/tests/System.Diagnostics.FileVersionInfo.TestAssembly/project.json
+++ b/src/System.Diagnostics.FileVersionInfo/tests/System.Diagnostics.FileVersionInfo.TestAssembly/project.json
@@ -1,6 +1,6 @@
{
"dependencies": {
- "System.Runtime": "4.4.0-beta-24715-03",
+ "System.Runtime": "4.4.0-beta-24717-02",
"test-runtime": {
"target": "project",
"exclude": "compile"
diff --git a/src/System.Diagnostics.Process/ref/project.json b/src/System.Diagnostics.Process/ref/project.json
index 5319a2935389..60b254710b4b 100644
--- a/src/System.Diagnostics.Process/ref/project.json
+++ b/src/System.Diagnostics.Process/ref/project.json
@@ -1,16 +1,16 @@
{
"dependencies": {
- "System.ComponentModel.Primitives": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Runtime.Handles": "4.4.0-beta-24715-03",
- "System.IO": "4.4.0-beta-24715-03",
- "System.Text.Encoding": "4.4.0-beta-24715-03",
- "System.Collections": "4.4.0-beta-24715-03",
- "System.Collections.NonGeneric": "4.4.0-beta-24715-03",
- "System.Collections.Specialized": "4.4.0-beta-24715-03",
- "System.Diagnostics.FileVersionInfo": "4.4.0-beta-24715-03",
- "System.Runtime.InteropServices": "4.4.0-beta-24715-03"
+ "System.ComponentModel.Primitives": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Runtime.Handles": "4.4.0-beta-24717-02",
+ "System.IO": "4.4.0-beta-24717-02",
+ "System.Text.Encoding": "4.4.0-beta-24717-02",
+ "System.Collections": "4.4.0-beta-24717-02",
+ "System.Collections.NonGeneric": "4.4.0-beta-24717-02",
+ "System.Collections.Specialized": "4.4.0-beta-24717-02",
+ "System.Diagnostics.FileVersionInfo": "4.4.0-beta-24717-02",
+ "System.Runtime.InteropServices": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.Diagnostics.Process/src/project.json b/src/System.Diagnostics.Process/src/project.json
index bdf7cb6ac82c..20bd34b304f4 100644
--- a/src/System.Diagnostics.Process/src/project.json
+++ b/src/System.Diagnostics.Process/src/project.json
@@ -2,31 +2,31 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Runtime.InteropServices": "4.4.0-beta-24715-03",
- "System.Runtime.Handles": "4.4.0-beta-24715-03",
- "System.IO": "4.4.0-beta-24715-03",
- "System.ComponentModel.Primitives": "4.4.0-beta-24715-03",
- "System.IO.FileSystem": "4.4.0-beta-24715-03",
- "System.Text.Encoding": "4.4.0-beta-24715-03",
- "System.Diagnostics.FileVersionInfo": "4.4.0-beta-24715-03",
- "System.Text.Encoding.Extensions": "4.4.0-beta-24715-03",
- "System.Threading": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03",
- "System.Threading.Thread": "4.4.0-beta-24715-03",
- "System.Threading.ThreadPool": "4.4.0-beta-24715-03",
- "System.Resources.ResourceManager": "4.4.0-beta-24715-03",
- "System.Globalization": "4.4.0-beta-24715-03",
- "System.Diagnostics.Contracts": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tools": "4.4.0-beta-24715-03",
- "System.Diagnostics.Debug": "4.4.0-beta-24715-03",
- "System.IO.FileSystem.Primitives": "4.4.0-beta-24715-03",
- "System.Collections": "4.4.0-beta-24715-03",
- "System.Collections.Specialized": "4.4.0-beta-24715-03",
- "Microsoft.Win32.Primitives": "4.4.0-beta-24715-03",
- "System.ComponentModel.TypeConverter": "4.4.0-beta-24715-03",
- "Microsoft.Win32.Registry": "4.4.0-beta-24715-03"
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Runtime.InteropServices": "4.4.0-beta-24717-02",
+ "System.Runtime.Handles": "4.4.0-beta-24717-02",
+ "System.IO": "4.4.0-beta-24717-02",
+ "System.ComponentModel.Primitives": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem": "4.4.0-beta-24717-02",
+ "System.Text.Encoding": "4.4.0-beta-24717-02",
+ "System.Diagnostics.FileVersionInfo": "4.4.0-beta-24717-02",
+ "System.Text.Encoding.Extensions": "4.4.0-beta-24717-02",
+ "System.Threading": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02",
+ "System.Threading.Thread": "4.4.0-beta-24717-02",
+ "System.Threading.ThreadPool": "4.4.0-beta-24717-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24717-02",
+ "System.Globalization": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Contracts": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tools": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Debug": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem.Primitives": "4.4.0-beta-24717-02",
+ "System.Collections": "4.4.0-beta-24717-02",
+ "System.Collections.Specialized": "4.4.0-beta-24717-02",
+ "Microsoft.Win32.Primitives": "4.4.0-beta-24717-02",
+ "System.ComponentModel.TypeConverter": "4.4.0-beta-24717-02",
+ "Microsoft.Win32.Registry": "4.4.0-beta-24717-02"
}
},
"net463": {
diff --git a/src/System.Diagnostics.StackTrace/ref/project.json b/src/System.Diagnostics.StackTrace/ref/project.json
index ed544fe011e8..7e0fa8596328 100644
--- a/src/System.Diagnostics.StackTrace/ref/project.json
+++ b/src/System.Diagnostics.StackTrace/ref/project.json
@@ -1,8 +1,8 @@
{
"dependencies": {
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Reflection": "4.4.0-beta-24715-03"
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Reflection": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.Diagnostics.StackTrace/src/project.json b/src/System.Diagnostics.StackTrace/src/project.json
index e9ccbd818e9f..352a557e116f 100644
--- a/src/System.Diagnostics.StackTrace/src/project.json
+++ b/src/System.Diagnostics.StackTrace/src/project.json
@@ -2,14 +2,14 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24716-02",
- "System.IO.FileSystem": "4.4.0-beta-24715-03",
- "System.Reflection.Metadata": "1.5.0-beta-24715-03"
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24717-03",
+ "System.IO.FileSystem": "4.4.0-beta-24717-02",
+ "System.Reflection.Metadata": "1.5.0-beta-24717-02"
}
},
"uap10.1": {
"dependencies": {
- "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-24716-00"
+ "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-24717-00"
}
},
"net463": {
diff --git a/src/System.Diagnostics.TextWriterTraceListener/ref/project.json b/src/System.Diagnostics.TextWriterTraceListener/ref/project.json
index 01f736c540b9..a362623972e3 100644
--- a/src/System.Diagnostics.TextWriterTraceListener/ref/project.json
+++ b/src/System.Diagnostics.TextWriterTraceListener/ref/project.json
@@ -1,9 +1,9 @@
{
"dependencies": {
- "System.Diagnostics.TraceSource": "4.4.0-beta-24715-03",
- "System.IO": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03"
+ "System.Diagnostics.TraceSource": "4.4.0-beta-24717-02",
+ "System.IO": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.Diagnostics.TextWriterTraceListener/src/project.json b/src/System.Diagnostics.TextWriterTraceListener/src/project.json
index 6d919b8dd373..95f54cee904c 100644
--- a/src/System.Diagnostics.TextWriterTraceListener/src/project.json
+++ b/src/System.Diagnostics.TextWriterTraceListener/src/project.json
@@ -3,15 +3,15 @@
"netstandard1.7": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1",
- "System.Diagnostics.Tools": "4.4.0-beta-24715-03",
- "System.Diagnostics.TraceSource": "4.4.0-beta-24715-03",
- "System.Globalization": "4.4.0-beta-24715-03",
- "System.IO": "4.4.0-beta-24715-03",
- "System.Resources.ResourceManager": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Threading": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03"
+ "System.Diagnostics.Tools": "4.4.0-beta-24717-02",
+ "System.Diagnostics.TraceSource": "4.4.0-beta-24717-02",
+ "System.Globalization": "4.4.0-beta-24717-02",
+ "System.IO": "4.4.0-beta-24717-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Threading": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02"
}
},
"net463": {
diff --git a/src/System.Diagnostics.Tools/src/project.json b/src/System.Diagnostics.Tools/src/project.json
index 1b59243496f1..358f972b5341 100644
--- a/src/System.Diagnostics.Tools/src/project.json
+++ b/src/System.Diagnostics.Tools/src/project.json
@@ -2,7 +2,7 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24716-02"
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24717-03"
}
},
"net463": {
diff --git a/src/System.Diagnostics.TraceSource/ref/project.json b/src/System.Diagnostics.TraceSource/ref/project.json
index 17b64c952adb..136543674394 100644
--- a/src/System.Diagnostics.TraceSource/ref/project.json
+++ b/src/System.Diagnostics.TraceSource/ref/project.json
@@ -1,8 +1,8 @@
{
"dependencies": {
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Collections.NonGeneric": "4.4.0-beta-24715-03",
- "System.Collections.Specialized": "4.4.0-beta-24715-03"
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Collections.NonGeneric": "4.4.0-beta-24717-02",
+ "System.Collections.Specialized": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.Diagnostics.TraceSource/src/project.json b/src/System.Diagnostics.TraceSource/src/project.json
index 41782701e644..3274a83b1467 100644
--- a/src/System.Diagnostics.TraceSource/src/project.json
+++ b/src/System.Diagnostics.TraceSource/src/project.json
@@ -3,19 +3,19 @@
"netstandard1.7": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1",
- "System.Collections": "4.4.0-beta-24715-03",
- "System.Collections.NonGeneric": "4.4.0-beta-24715-03",
- "System.Collections.Specialized": "4.4.0-beta-24715-03",
- "System.Diagnostics.Debug": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tools": "4.4.0-beta-24715-03",
- "System.Globalization": "4.4.0-beta-24715-03",
- "System.Resources.ResourceManager": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Reflection": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Runtime.InteropServices": "4.4.0-beta-24715-03",
- "System.Threading": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03"
+ "System.Collections": "4.4.0-beta-24717-02",
+ "System.Collections.NonGeneric": "4.4.0-beta-24717-02",
+ "System.Collections.Specialized": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Debug": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tools": "4.4.0-beta-24717-02",
+ "System.Globalization": "4.4.0-beta-24717-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Reflection": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Runtime.InteropServices": "4.4.0-beta-24717-02",
+ "System.Threading": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02"
}
},
"net463": {
diff --git a/src/System.Diagnostics.Tracing/ref/project.json b/src/System.Diagnostics.Tracing/ref/project.json
index 35507225e2c3..758a812d50ee 100644
--- a/src/System.Diagnostics.Tracing/ref/project.json
+++ b/src/System.Diagnostics.Tracing/ref/project.json
@@ -1,6 +1,6 @@
{
"dependencies": {
- "System.Runtime": "4.4.0-beta-24715-03"
+ "System.Runtime": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.Diagnostics.Tracing/src/project.json b/src/System.Diagnostics.Tracing/src/project.json
index d9f79c7db716..d5b69de5c1cb 100644
--- a/src/System.Diagnostics.Tracing/src/project.json
+++ b/src/System.Diagnostics.Tracing/src/project.json
@@ -2,7 +2,7 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24716-02"
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24717-03"
}
},
"netcore50": {
diff --git a/src/System.Drawing.Primitives/ref/project.json b/src/System.Drawing.Primitives/ref/project.json
index 35507225e2c3..758a812d50ee 100644
--- a/src/System.Drawing.Primitives/ref/project.json
+++ b/src/System.Drawing.Primitives/ref/project.json
@@ -1,6 +1,6 @@
{
"dependencies": {
- "System.Runtime": "4.4.0-beta-24715-03"
+ "System.Runtime": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.Drawing.Primitives/src/project.json b/src/System.Drawing.Primitives/src/project.json
index 63f656d84b82..16c8370aad87 100644
--- a/src/System.Drawing.Primitives/src/project.json
+++ b/src/System.Drawing.Primitives/src/project.json
@@ -6,13 +6,13 @@
"System.Diagnostics.Contracts": "4.0.1",
"System.Diagnostics.Debug": "4.0.11",
"System.Diagnostics.Tools": "4.0.1",
- "System.Reflection": "4.4.0-beta-24715-03",
- "System.Reflection.Primitives": "4.4.0-beta-24715-03",
+ "System.Reflection": "4.4.0-beta-24717-02",
+ "System.Reflection.Primitives": "4.4.0-beta-24717-02",
"System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.4.0-beta-24715-03",
+ "System.Runtime": "4.4.0-beta-24717-02",
"System.Runtime.Extensions": "4.1.0",
"System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.4.0-beta-24715-03"
+ "System.Threading.Tasks": "4.4.0-beta-24717-02"
}
},
"net463": {
diff --git a/src/System.Dynamic.Runtime/ref/project.json b/src/System.Dynamic.Runtime/ref/project.json
index 801d1824084b..c5e4b189625a 100644
--- a/src/System.Dynamic.Runtime/ref/project.json
+++ b/src/System.Dynamic.Runtime/ref/project.json
@@ -1,8 +1,8 @@
{
"dependencies": {
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.ObjectModel": "4.4.0-beta-24715-03",
- "System.Linq.Expressions": "4.4.0-beta-24715-03"
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.ObjectModel": "4.4.0-beta-24717-02",
+ "System.Linq.Expressions": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.Dynamic.Runtime/src/project.json b/src/System.Dynamic.Runtime/src/project.json
index 8937e52a7ceb..f79bb6e1de70 100644
--- a/src/System.Dynamic.Runtime/src/project.json
+++ b/src/System.Dynamic.Runtime/src/project.json
@@ -2,9 +2,9 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.ObjectModel": "4.4.0-beta-24715-03",
- "System.Linq.Expressions": "4.4.0-beta-24715-03"
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.ObjectModel": "4.4.0-beta-24717-02",
+ "System.Linq.Expressions": "4.4.0-beta-24717-02"
}
},
"net463": {
diff --git a/src/System.Globalization.Calendars/ref/project.json b/src/System.Globalization.Calendars/ref/project.json
index 38236a0391ce..16d6705e39c4 100644
--- a/src/System.Globalization.Calendars/ref/project.json
+++ b/src/System.Globalization.Calendars/ref/project.json
@@ -1,7 +1,7 @@
{
"dependencies": {
"System.Globalization": "4.0.11",
- "System.Runtime": "4.4.0-beta-24715-03"
+ "System.Runtime": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.Globalization.Calendars/src/netcore50aot/project.json b/src/System.Globalization.Calendars/src/netcore50aot/project.json
index 2ade5fb56175..860a2803137f 100644
--- a/src/System.Globalization.Calendars/src/netcore50aot/project.json
+++ b/src/System.Globalization.Calendars/src/netcore50aot/project.json
@@ -2,7 +2,7 @@
"frameworks": {
"netcore50": {
"dependencies": {
- "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-24716-00"
+ "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-24717-00"
}
}
}
diff --git a/src/System.Globalization.Calendars/src/project.json b/src/System.Globalization.Calendars/src/project.json
index 1b59243496f1..358f972b5341 100644
--- a/src/System.Globalization.Calendars/src/project.json
+++ b/src/System.Globalization.Calendars/src/project.json
@@ -2,7 +2,7 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24716-02"
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24717-03"
}
},
"net463": {
diff --git a/src/System.Globalization.Extensions/ref/project.json b/src/System.Globalization.Extensions/ref/project.json
index a42b2ca0d2e2..221d398cf192 100644
--- a/src/System.Globalization.Extensions/ref/project.json
+++ b/src/System.Globalization.Extensions/ref/project.json
@@ -1,8 +1,8 @@
{
"dependencies": {
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Globalization": "4.4.0-beta-24715-03"
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Globalization": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.Globalization.Extensions/src/project.json b/src/System.Globalization.Extensions/src/project.json
index 5f8bee61ffd6..95da4529de66 100644
--- a/src/System.Globalization.Extensions/src/project.json
+++ b/src/System.Globalization.Extensions/src/project.json
@@ -2,15 +2,15 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "System.Diagnostics.Contracts": "4.4.0-beta-24715-03",
- "System.Diagnostics.Debug": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tools": "4.4.0-beta-24715-03",
- "System.Globalization": "4.4.0-beta-24715-03",
- "System.Resources.ResourceManager": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Runtime.InteropServices": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03"
+ "System.Diagnostics.Contracts": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Debug": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tools": "4.4.0-beta-24717-02",
+ "System.Globalization": "4.4.0-beta-24717-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Runtime.InteropServices": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02"
}
},
"net463": {
diff --git a/src/System.Globalization/ref/project.json b/src/System.Globalization/ref/project.json
index 35507225e2c3..758a812d50ee 100644
--- a/src/System.Globalization/ref/project.json
+++ b/src/System.Globalization/ref/project.json
@@ -1,6 +1,6 @@
{
"dependencies": {
- "System.Runtime": "4.4.0-beta-24715-03"
+ "System.Runtime": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.Globalization/src/project.json b/src/System.Globalization/src/project.json
index 177e614f773e..c99913eddb5e 100644
--- a/src/System.Globalization/src/project.json
+++ b/src/System.Globalization/src/project.json
@@ -2,12 +2,12 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24716-02"
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24717-03"
}
},
"uap10.1": {
"dependencies": {
- "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-24716-00"
+ "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-24717-00"
}
},
"net463": {
diff --git a/src/System.IO.Compression/ref/project.json b/src/System.IO.Compression/ref/project.json
index 2476c514d49d..325f8ffb354f 100644
--- a/src/System.IO.Compression/ref/project.json
+++ b/src/System.IO.Compression/ref/project.json
@@ -1,9 +1,9 @@
{
"dependencies": {
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.IO": "4.4.0-beta-24715-03",
- "System.Text.Encoding": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03"
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.IO": "4.4.0-beta-24717-02",
+ "System.Text.Encoding": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.IO.Compression/src/project.json b/src/System.IO.Compression/src/project.json
index cc27eec6eb7e..90423f0dc41b 100644
--- a/src/System.IO.Compression/src/project.json
+++ b/src/System.IO.Compression/src/project.json
@@ -8,7 +8,7 @@
"System.Diagnostics.Contracts": "4.0.1",
"System.Diagnostics.Debug": "4.0.11",
"System.Diagnostics.Tools": "4.0.1",
- "System.IO": "4.4.0-beta-24715-03",
+ "System.IO": "4.4.0-beta-24717-02",
"System.Resources.ResourceManager": "4.0.1",
"System.Runtime": "4.1.0",
"System.Runtime.Extensions": "4.1.0",
@@ -21,21 +21,21 @@
},
"netstandard1.7": {
"dependencies": {
- "Microsoft.NETCore.Platforms": "1.2.0-beta-24715-03",
+ "Microsoft.NETCore.Platforms": "1.2.0-beta-24717-02",
"System.Buffers": "4.0.0",
- "System.Collections": "4.4.0-beta-24715-03",
- "System.Diagnostics.Contracts": "4.4.0-beta-24715-03",
- "System.Diagnostics.Debug": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tools": "4.4.0-beta-24715-03",
- "System.IO": "4.4.0-beta-24715-03",
- "System.Resources.ResourceManager": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Text.Encoding": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Runtime.Handles": "4.4.0-beta-24715-03",
- "System.Runtime.InteropServices": "4.4.0-beta-24715-03",
- "System.Threading": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03"
+ "System.Collections": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Contracts": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Debug": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tools": "4.4.0-beta-24717-02",
+ "System.IO": "4.4.0-beta-24717-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Text.Encoding": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Runtime.Handles": "4.4.0-beta-24717-02",
+ "System.Runtime.InteropServices": "4.4.0-beta-24717-02",
+ "System.Threading": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02"
}
},
"netstandard1.3": {
diff --git a/src/System.IO.FileSystem.DriveInfo/ref/project.json b/src/System.IO.FileSystem.DriveInfo/ref/project.json
index 130ad4003520..73d08b290efa 100644
--- a/src/System.IO.FileSystem.DriveInfo/ref/project.json
+++ b/src/System.IO.FileSystem.DriveInfo/ref/project.json
@@ -1,9 +1,9 @@
{
"dependencies": {
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.IO": "4.4.0-beta-24715-03",
- "System.IO.FileSystem.Primitives": "4.4.0-beta-24715-03",
- "System.IO.FileSystem": "4.4.0-beta-24715-03"
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.IO": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem.Primitives": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.IO.FileSystem.DriveInfo/src/project.json b/src/System.IO.FileSystem.DriveInfo/src/project.json
index b4059936b4b4..d8584937b163 100644
--- a/src/System.IO.FileSystem.DriveInfo/src/project.json
+++ b/src/System.IO.FileSystem.DriveInfo/src/project.json
@@ -2,18 +2,18 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "System.Collections": "4.4.0-beta-24715-03",
- "System.Diagnostics.Contracts": "4.4.0-beta-24715-03",
- "System.Diagnostics.Debug": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tools": "4.4.0-beta-24715-03",
- "System.IO": "4.4.0-beta-24715-03",
- "System.IO.FileSystem": "4.4.0-beta-24715-03",
- "System.IO.FileSystem.Primitives": "4.4.0-beta-24715-03",
- "System.Resources.ResourceManager": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Runtime.InteropServices": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03"
+ "System.Collections": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Contracts": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Debug": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tools": "4.4.0-beta-24717-02",
+ "System.IO": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem.Primitives": "4.4.0-beta-24717-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Runtime.InteropServices": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02"
}
},
"net463": {
diff --git a/src/System.IO.FileSystem.Primitives/ref/project.json b/src/System.IO.FileSystem.Primitives/ref/project.json
index 35507225e2c3..758a812d50ee 100644
--- a/src/System.IO.FileSystem.Primitives/ref/project.json
+++ b/src/System.IO.FileSystem.Primitives/ref/project.json
@@ -1,6 +1,6 @@
{
"dependencies": {
- "System.Runtime": "4.4.0-beta-24715-03"
+ "System.Runtime": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.IO.FileSystem.Primitives/src/project.json b/src/System.IO.FileSystem.Primitives/src/project.json
index f607e6d41914..5bb759251ce6 100644
--- a/src/System.IO.FileSystem.Primitives/src/project.json
+++ b/src/System.IO.FileSystem.Primitives/src/project.json
@@ -2,8 +2,8 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03"
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02"
}
},
"net463": {
diff --git a/src/System.IO.FileSystem.Watcher/ref/project.json b/src/System.IO.FileSystem.Watcher/ref/project.json
index e45d59377e9f..d1cbe26429c7 100644
--- a/src/System.IO.FileSystem.Watcher/ref/project.json
+++ b/src/System.IO.FileSystem.Watcher/ref/project.json
@@ -1,8 +1,8 @@
{
"dependencies": {
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.ComponentModel.Primitives": "4.4.0-beta-24715-03",
- "System.ComponentModel.TypeConverter": "4.4.0-beta-24715-03"
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.ComponentModel.Primitives": "4.4.0-beta-24717-02",
+ "System.ComponentModel.TypeConverter": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.IO.FileSystem.Watcher/src/project.json b/src/System.IO.FileSystem.Watcher/src/project.json
index 151d495fee72..ac9107011430 100644
--- a/src/System.IO.FileSystem.Watcher/src/project.json
+++ b/src/System.IO.FileSystem.Watcher/src/project.json
@@ -3,24 +3,24 @@
"netstandard1.7": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1",
- "Microsoft.Win32.Primitives": "4.4.0-beta-24715-03",
- "System.Collections": "4.4.0-beta-24715-03",
- "System.ComponentModel.Primitives": "4.4.0-beta-24715-03",
- "System.ComponentModel.TypeConverter": "4.4.0-beta-24715-03",
- "System.Diagnostics.Debug": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tools": "4.4.0-beta-24715-03",
- "System.IO": "4.4.0-beta-24715-03",
- "System.IO.FileSystem": "4.4.0-beta-24715-03",
- "System.IO.FileSystem.Primitives": "4.4.0-beta-24715-03",
- "System.Resources.ResourceManager": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Runtime.Handles": "4.4.0-beta-24715-03",
- "System.Runtime.InteropServices": "4.4.0-beta-24715-03",
- "System.Threading": "4.4.0-beta-24715-03",
- "System.Threading.Overlapped": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03",
- "System.Threading.Thread": "4.4.0-beta-24715-03"
+ "Microsoft.Win32.Primitives": "4.4.0-beta-24717-02",
+ "System.Collections": "4.4.0-beta-24717-02",
+ "System.ComponentModel.Primitives": "4.4.0-beta-24717-02",
+ "System.ComponentModel.TypeConverter": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Debug": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tools": "4.4.0-beta-24717-02",
+ "System.IO": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem.Primitives": "4.4.0-beta-24717-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Runtime.Handles": "4.4.0-beta-24717-02",
+ "System.Runtime.InteropServices": "4.4.0-beta-24717-02",
+ "System.Threading": "4.4.0-beta-24717-02",
+ "System.Threading.Overlapped": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02",
+ "System.Threading.Thread": "4.4.0-beta-24717-02"
}
},
"net463": {
diff --git a/src/System.IO.FileSystem/ref/project.json b/src/System.IO.FileSystem/ref/project.json
index ba3e5767cbeb..3c75e2f3cca0 100644
--- a/src/System.IO.FileSystem/ref/project.json
+++ b/src/System.IO.FileSystem/ref/project.json
@@ -1,11 +1,11 @@
{
"dependencies": {
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Handles": "4.4.0-beta-24715-03",
- "System.IO": "4.4.0-beta-24715-03",
- "System.IO.FileSystem.Primitives": "4.4.0-beta-24715-03",
- "System.Text.Encoding": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03"
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Handles": "4.4.0-beta-24717-02",
+ "System.IO": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem.Primitives": "4.4.0-beta-24717-02",
+ "System.Text.Encoding": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.IO.FileSystem/src/netcore50/project.json b/src/System.IO.FileSystem/src/netcore50/project.json
index 70a74099308d..668bbadf4169 100644
--- a/src/System.IO.FileSystem/src/netcore50/project.json
+++ b/src/System.IO.FileSystem/src/netcore50/project.json
@@ -24,7 +24,7 @@
"frameworks": {
"netcore50": {
"dependencies": {
- "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-24716-00",
+ "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-24717-00",
"Microsoft.TargetingPack.Private.WinRT": "1.0.3",
"System.Globalization": "4.0.11",
"System.Reflection": "4.1.0",
diff --git a/src/System.IO.FileSystem/src/project.json b/src/System.IO.FileSystem/src/project.json
index 01072254151b..67553ff306a8 100644
--- a/src/System.IO.FileSystem/src/project.json
+++ b/src/System.IO.FileSystem/src/project.json
@@ -4,21 +4,21 @@
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1",
"System.Buffers": "4.0.0",
- "System.Collections": "4.4.0-beta-24715-03",
- "System.Diagnostics.Contracts": "4.4.0-beta-24715-03",
- "System.Diagnostics.Debug": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tools": "4.4.0-beta-24715-03",
- "System.IO": "4.4.0-beta-24715-03",
- "System.IO.FileSystem.Primitives": "4.4.0-beta-24715-03",
- "System.Resources.ResourceManager": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Runtime.Handles": "4.4.0-beta-24715-03",
- "System.Runtime.InteropServices": "4.4.0-beta-24715-03",
- "System.Text.Encoding": "4.4.0-beta-24715-03",
- "System.Text.Encoding.Extensions": "4.4.0-beta-24715-03",
- "System.Threading": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03"
+ "System.Collections": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Contracts": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Debug": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tools": "4.4.0-beta-24717-02",
+ "System.IO": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem.Primitives": "4.4.0-beta-24717-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Runtime.Handles": "4.4.0-beta-24717-02",
+ "System.Runtime.InteropServices": "4.4.0-beta-24717-02",
+ "System.Text.Encoding": "4.4.0-beta-24717-02",
+ "System.Text.Encoding.Extensions": "4.4.0-beta-24717-02",
+ "System.Threading": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02"
}
},
"net463": {
diff --git a/src/System.IO.FileSystem/src/win/project.json b/src/System.IO.FileSystem/src/win/project.json
index 3757157da857..b633a5ecd47f 100644
--- a/src/System.IO.FileSystem/src/win/project.json
+++ b/src/System.IO.FileSystem/src/win/project.json
@@ -1,23 +1,23 @@
{
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1",
- "System.Collections": "4.4.0-beta-24715-03",
- "System.Buffers": "4.4.0-beta-24715-03",
- "System.Diagnostics.Contracts": "4.4.0-beta-24715-03",
- "System.Diagnostics.Debug": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tools": "4.4.0-beta-24715-03",
- "System.IO": "4.4.0-beta-24715-03",
- "System.IO.FileSystem.Primitives": "4.4.0-beta-24715-03",
- "System.Resources.ResourceManager": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Runtime.Handles": "4.4.0-beta-24715-03",
- "System.Runtime.InteropServices": "4.4.0-beta-24715-03",
- "System.Text.Encoding": "4.4.0-beta-24715-03",
- "System.Text.Encoding.Extensions": "4.4.0-beta-24715-03",
- "System.Threading": "4.4.0-beta-24715-03",
- "System.Threading.Overlapped": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03"
+ "System.Collections": "4.4.0-beta-24717-02",
+ "System.Buffers": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Contracts": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Debug": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tools": "4.4.0-beta-24717-02",
+ "System.IO": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem.Primitives": "4.4.0-beta-24717-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Runtime.Handles": "4.4.0-beta-24717-02",
+ "System.Runtime.InteropServices": "4.4.0-beta-24717-02",
+ "System.Text.Encoding": "4.4.0-beta-24717-02",
+ "System.Text.Encoding.Extensions": "4.4.0-beta-24717-02",
+ "System.Threading": "4.4.0-beta-24717-02",
+ "System.Threading.Overlapped": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.7": {},
diff --git a/src/System.IO.IsolatedStorage/ref/project.json b/src/System.IO.IsolatedStorage/ref/project.json
index 1528deb32144..a7c36b2f7513 100644
--- a/src/System.IO.IsolatedStorage/ref/project.json
+++ b/src/System.IO.IsolatedStorage/ref/project.json
@@ -1,10 +1,10 @@
{
"dependencies": {
- "System.IO": "4.4.0-beta-24715-03",
- "System.IO.FileSystem": "4.4.0-beta-24715-03",
- "System.IO.FileSystem.Primitives": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03"
+ "System.IO": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem.Primitives": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.IO.IsolatedStorage/src/project.json b/src/System.IO.IsolatedStorage/src/project.json
index 9d40be76b3e9..a8d6acab6132 100644
--- a/src/System.IO.IsolatedStorage/src/project.json
+++ b/src/System.IO.IsolatedStorage/src/project.json
@@ -3,45 +3,45 @@
"netstandard1.7": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1",
- "System.Collections": "4.4.0-beta-24715-03",
- "System.Diagnostics.Debug": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tools": "4.4.0-beta-24715-03",
- "System.IO": "4.4.0-beta-24715-03",
- "System.IO.FileSystem": "4.4.0-beta-24715-03",
- "System.IO.FileSystem.AccessControl": "4.4.0-beta-24715-03",
- "System.IO.FileSystem.Primitives": "4.4.0-beta-24715-03",
- "System.ObjectModel": "4.4.0-beta-24715-03",
- "System.Linq": "4.4.0-beta-24715-03",
- "System.Reflection": "4.4.0-beta-24715-03",
- "System.Resources.ResourceManager": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Runtime.InteropServices": "4.4.0-beta-24715-03",
- "System.Runtime.InteropServices.RuntimeInformation": "4.4.0-beta-24715-03",
- "System.Security.Cryptography.Algorithms": "4.4.0-beta-24715-03",
- "System.Threading": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03"
+ "System.Collections": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Debug": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tools": "4.4.0-beta-24717-02",
+ "System.IO": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem.AccessControl": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem.Primitives": "4.4.0-beta-24717-02",
+ "System.ObjectModel": "4.4.0-beta-24717-02",
+ "System.Linq": "4.4.0-beta-24717-02",
+ "System.Reflection": "4.4.0-beta-24717-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Runtime.InteropServices": "4.4.0-beta-24717-02",
+ "System.Runtime.InteropServices.RuntimeInformation": "4.4.0-beta-24717-02",
+ "System.Security.Cryptography.Algorithms": "4.4.0-beta-24717-02",
+ "System.Threading": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02"
}
},
"uap10.1": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1",
"Microsoft.NETCore.Targets": "1.0.1",
- "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-24716-00",
+ "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-24717-00",
"Microsoft.TargetingPack.Private.WinRT": "1.0.3",
"System.Collections": "4.0.11",
- "System.IO": "4.4.0-beta-24715-03",
+ "System.IO": "4.4.0-beta-24717-02",
"System.IO.FileSystem": "4.0.1",
"System.IO.FileSystem.Primitives": "4.0.1",
"System.ObjectModel": "4.0.12",
"System.Linq": "4.1.0",
- "System.Reflection": "4.4.0-beta-24715-03",
+ "System.Reflection": "4.4.0-beta-24717-02",
"System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
"System.Runtime.WindowsRuntime": "4.0.11",
- "System.Security.Cryptography.Algorithms": "4.4.0-beta-24715-03",
- "System.Threading": "4.4.0-beta-24715-03",
+ "System.Security.Cryptography.Algorithms": "4.4.0-beta-24717-02",
+ "System.Threading": "4.4.0-beta-24717-02",
"System.Threading.Tasks": "4.0.11"
}
},
diff --git a/src/System.IO.MemoryMappedFiles/ref/project.json b/src/System.IO.MemoryMappedFiles/ref/project.json
index e14bbc3e6a91..fdddc7b09573 100644
--- a/src/System.IO.MemoryMappedFiles/ref/project.json
+++ b/src/System.IO.MemoryMappedFiles/ref/project.json
@@ -1,12 +1,12 @@
{
"dependencies": {
- "System.IO": "4.4.0-beta-24715-03",
- "System.IO.FileSystem.Primitives": "4.4.0-beta-24715-03",
- "System.IO.FileSystem": "4.4.0-beta-24715-03",
- "System.IO.UnmanagedMemoryStream": "4.4.0-beta-24715-03",
- "System.Runtime.InteropServices": "4.4.0-beta-24715-03",
- "System.Runtime.Handles": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03"
+ "System.IO": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem.Primitives": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem": "4.4.0-beta-24717-02",
+ "System.IO.UnmanagedMemoryStream": "4.4.0-beta-24717-02",
+ "System.Runtime.InteropServices": "4.4.0-beta-24717-02",
+ "System.Runtime.Handles": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.IO.MemoryMappedFiles/src/project.json b/src/System.IO.MemoryMappedFiles/src/project.json
index 6364f4b733ea..2e4549ef0333 100644
--- a/src/System.IO.MemoryMappedFiles/src/project.json
+++ b/src/System.IO.MemoryMappedFiles/src/project.json
@@ -3,19 +3,19 @@
"netstandard1.7": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1",
- "System.Diagnostics.Debug": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tools": "4.4.0-beta-24715-03",
- "System.IO": "4.4.0-beta-24715-03",
- "System.IO.FileSystem": "4.4.0-beta-24715-03",
- "System.IO.FileSystem.Primitives": "4.4.0-beta-24715-03",
- "System.IO.UnmanagedMemoryStream": "4.4.0-beta-24715-03",
- "System.Resources.ResourceManager": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Runtime.Handles": "4.4.0-beta-24715-03",
- "System.Runtime.InteropServices": "4.4.0-beta-24715-03",
- "System.Threading": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03"
+ "System.Diagnostics.Debug": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tools": "4.4.0-beta-24717-02",
+ "System.IO": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem.Primitives": "4.4.0-beta-24717-02",
+ "System.IO.UnmanagedMemoryStream": "4.4.0-beta-24717-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Runtime.Handles": "4.4.0-beta-24717-02",
+ "System.Runtime.InteropServices": "4.4.0-beta-24717-02",
+ "System.Threading": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02"
}
},
"net463": {
diff --git a/src/System.IO.Pipes/ref/project.json b/src/System.IO.Pipes/ref/project.json
index 965f89e40014..48aeb0a2f5e2 100644
--- a/src/System.IO.Pipes/ref/project.json
+++ b/src/System.IO.Pipes/ref/project.json
@@ -1,10 +1,10 @@
{
"dependencies": {
- "System.IO": "4.4.0-beta-24715-03",
- "System.Runtime.Handles": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Security.Principal": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03"
+ "System.IO": "4.4.0-beta-24717-02",
+ "System.Runtime.Handles": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Security.Principal": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.IO.Pipes/src/project.json b/src/System.IO.Pipes/src/project.json
index b223404ca6d9..8e05513639a0 100644
--- a/src/System.IO.Pipes/src/project.json
+++ b/src/System.IO.Pipes/src/project.json
@@ -3,25 +3,25 @@
"netstandard1.7": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1",
- "Microsoft.Win32.Primitives": "4.4.0-beta-24715-03",
- "System.Buffers": "4.4.0-beta-24715-03",
- "System.Diagnostics.Contracts": "4.4.0-beta-24715-03",
- "System.Diagnostics.Debug": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tools": "4.4.0-beta-24715-03",
- "System.IO": "4.4.0-beta-24715-03",
- "System.IO.FileSystem.Primitives": "4.4.0-beta-24715-03",
- "System.Net.Primitives": "4.4.0-beta-24715-03",
- "System.Net.Sockets": "4.4.0-beta-24715-03",
- "System.Resources.ResourceManager": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Runtime.Handles": "4.4.0-beta-24715-03",
- "System.Runtime.InteropServices": "4.4.0-beta-24715-03",
- "System.Security.Principal": "4.4.0-beta-24715-03",
- "System.Security.Permissions": "4.4.0-beta-24715-03",
- "System.Threading": "4.4.0-beta-24715-03",
- "System.Threading.Overlapped": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03"
+ "Microsoft.Win32.Primitives": "4.4.0-beta-24717-02",
+ "System.Buffers": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Contracts": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Debug": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tools": "4.4.0-beta-24717-02",
+ "System.IO": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem.Primitives": "4.4.0-beta-24717-02",
+ "System.Net.Primitives": "4.4.0-beta-24717-02",
+ "System.Net.Sockets": "4.4.0-beta-24717-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Runtime.Handles": "4.4.0-beta-24717-02",
+ "System.Runtime.InteropServices": "4.4.0-beta-24717-02",
+ "System.Security.Principal": "4.4.0-beta-24717-02",
+ "System.Security.Permissions": "4.4.0-beta-24717-02",
+ "System.Threading": "4.4.0-beta-24717-02",
+ "System.Threading.Overlapped": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02"
}
},
"net463": {
diff --git a/src/System.IO.UnmanagedMemoryStream/ref/project.json b/src/System.IO.UnmanagedMemoryStream/ref/project.json
index e047d9d27715..7217937447bd 100644
--- a/src/System.IO.UnmanagedMemoryStream/ref/project.json
+++ b/src/System.IO.UnmanagedMemoryStream/ref/project.json
@@ -1,7 +1,7 @@
{
"dependencies": {
- "System.Runtime.InteropServices": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03"
+ "System.Runtime.InteropServices": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.IO.UnmanagedMemoryStream/src/project.json b/src/System.IO.UnmanagedMemoryStream/src/project.json
index 1b59243496f1..358f972b5341 100644
--- a/src/System.IO.UnmanagedMemoryStream/src/project.json
+++ b/src/System.IO.UnmanagedMemoryStream/src/project.json
@@ -2,7 +2,7 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24716-02"
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24717-03"
}
},
"net463": {
diff --git a/src/System.IO/ref/project.json b/src/System.IO/ref/project.json
index d5aaa7012aef..49d771543181 100644
--- a/src/System.IO/ref/project.json
+++ b/src/System.IO/ref/project.json
@@ -1,7 +1,7 @@
{
"dependencies": {
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Text.Encoding": "4.4.0-beta-24715-03"
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Text.Encoding": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.7": {},
diff --git a/src/System.IO/src/project.json b/src/System.IO/src/project.json
index f75925a3e4e2..98815f6aa3c2 100644
--- a/src/System.IO/src/project.json
+++ b/src/System.IO/src/project.json
@@ -2,7 +2,7 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "System.Runtime": "4.4.0-beta-24715-03"
+ "System.Runtime": "4.4.0-beta-24717-02"
}
},
"net462": {
@@ -17,7 +17,7 @@
},
"uap10.1": {
"dependencies": {
- "System.Runtime": "4.4.0-beta-24715-03"
+ "System.Runtime": "4.4.0-beta-24717-02"
}
}
}
diff --git a/src/System.Linq.Expressions/ref/project.json b/src/System.Linq.Expressions/ref/project.json
index f832e88e6777..3d662ebb1319 100644
--- a/src/System.Linq.Expressions/ref/project.json
+++ b/src/System.Linq.Expressions/ref/project.json
@@ -1,7 +1,7 @@
{
"dependencies": {
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.ObjectModel": "4.4.0-beta-24715-03"
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.ObjectModel": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.Linq.Expressions/src/netcore50/project.json b/src/System.Linq.Expressions/src/netcore50/project.json
index ab316be2c1dc..de49d57bdb76 100644
--- a/src/System.Linq.Expressions/src/netcore50/project.json
+++ b/src/System.Linq.Expressions/src/netcore50/project.json
@@ -1,7 +1,7 @@
{
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1",
- "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-24716-00",
+ "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-24717-00",
"System.Collections": "4.0.11",
"System.Diagnostics.Contracts": "4.0.1",
"System.Diagnostics.Debug": "4.0.11",
diff --git a/src/System.Linq.Expressions/src/project.json b/src/System.Linq.Expressions/src/project.json
index 9bcb75095b60..7f18f7678318 100644
--- a/src/System.Linq.Expressions/src/project.json
+++ b/src/System.Linq.Expressions/src/project.json
@@ -27,27 +27,27 @@
},
"netstandard1.7": {
"dependencies": {
- "Microsoft.NETCore.Platforms": "1.2.0-beta-24715-03",
- "System.Collections": "4.4.0-beta-24715-03",
- "System.Diagnostics.Contracts": "4.4.0-beta-24715-03",
- "System.Diagnostics.Debug": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tools": "4.4.0-beta-24715-03",
- "System.Globalization": "4.4.0-beta-24715-03",
- "System.IO": "4.4.0-beta-24715-03",
- "System.Linq": "4.4.0-beta-24715-03",
- "System.ObjectModel": "4.4.0-beta-24715-03",
- "System.Reflection": "4.4.0-beta-24715-03",
- "System.Reflection.Emit": "4.4.0-beta-24715-03",
- "System.Reflection.Emit.ILGeneration": "4.4.0-beta-24715-03",
- "System.Reflection.Emit.Lightweight": "4.4.0-beta-24715-03",
- "System.Reflection.Extensions": "4.4.0-beta-24715-03",
- "System.Reflection.Primitives": "4.4.0-beta-24715-03",
- "System.Reflection.TypeExtensions": "4.4.0-beta-24715-03",
- "System.Resources.ResourceManager": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Threading": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03"
+ "Microsoft.NETCore.Platforms": "1.2.0-beta-24717-02",
+ "System.Collections": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Contracts": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Debug": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tools": "4.4.0-beta-24717-02",
+ "System.Globalization": "4.4.0-beta-24717-02",
+ "System.IO": "4.4.0-beta-24717-02",
+ "System.Linq": "4.4.0-beta-24717-02",
+ "System.ObjectModel": "4.4.0-beta-24717-02",
+ "System.Reflection": "4.4.0-beta-24717-02",
+ "System.Reflection.Emit": "4.4.0-beta-24717-02",
+ "System.Reflection.Emit.ILGeneration": "4.4.0-beta-24717-02",
+ "System.Reflection.Emit.Lightweight": "4.4.0-beta-24717-02",
+ "System.Reflection.Extensions": "4.4.0-beta-24717-02",
+ "System.Reflection.Primitives": "4.4.0-beta-24717-02",
+ "System.Reflection.TypeExtensions": "4.4.0-beta-24717-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Threading": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02"
}
},
"net463": {
diff --git a/src/System.Linq.Queryable/ref/project.json b/src/System.Linq.Queryable/ref/project.json
index 57d12dd80ad5..6d128198ff43 100644
--- a/src/System.Linq.Queryable/ref/project.json
+++ b/src/System.Linq.Queryable/ref/project.json
@@ -1,8 +1,8 @@
{
"dependencies": {
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Linq.Expressions": "4.4.0-beta-24715-03",
- "System.Linq": "4.4.0-beta-24715-03"
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Linq.Expressions": "4.4.0-beta-24717-02",
+ "System.Linq": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.Linq.Queryable/src/project.json b/src/System.Linq.Queryable/src/project.json
index 981fe343fd3b..2982f20d9ebb 100644
--- a/src/System.Linq.Queryable/src/project.json
+++ b/src/System.Linq.Queryable/src/project.json
@@ -1,16 +1,16 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "1.2.0-beta-24715-03",
- "System.Collections": "4.4.0-beta-24715-03",
- "System.Diagnostics.Debug": "4.4.0-beta-24715-03",
- "System.IO": "4.4.0-beta-24715-03",
- "System.Linq": "4.4.0-beta-24715-03",
- "System.Linq.Expressions": "4.4.0-beta-24715-03",
- "System.Reflection": "4.4.0-beta-24715-03",
- "System.Reflection.Extensions": "4.4.0-beta-24715-03",
- "System.Resources.ResourceManager": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03"
+ "Microsoft.NETCore.Platforms": "1.2.0-beta-24717-02",
+ "System.Collections": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Debug": "4.4.0-beta-24717-02",
+ "System.IO": "4.4.0-beta-24717-02",
+ "System.Linq": "4.4.0-beta-24717-02",
+ "System.Linq.Expressions": "4.4.0-beta-24717-02",
+ "System.Reflection": "4.4.0-beta-24717-02",
+ "System.Reflection.Extensions": "4.4.0-beta-24717-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.Memory/src/project.json b/src/System.Memory/src/project.json
index 5de72a537774..6beb8710931d 100644
--- a/src/System.Memory/src/project.json
+++ b/src/System.Memory/src/project.json
@@ -5,7 +5,7 @@
"System.Resources.ResourceManager": "4.0.1",
"System.Runtime": "4.1.0",
"System.Reflection": "4.1.0",
- "System.Runtime.CompilerServices.Unsafe": "4.4.0-beta-24715-03"
+ "System.Runtime.CompilerServices.Unsafe": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.0": {}
diff --git a/src/System.Net.Http.WinHttpHandler/tests/UnitTests/project.json b/src/System.Net.Http.WinHttpHandler/tests/UnitTests/project.json
index 2a3f777f802c..041f67f7103f 100644
--- a/src/System.Net.Http.WinHttpHandler/tests/UnitTests/project.json
+++ b/src/System.Net.Http.WinHttpHandler/tests/UnitTests/project.json
@@ -1,26 +1,26 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "1.2.0-beta-24715-03",
- "Microsoft.Win32.Primitives": "4.4.0-beta-24715-03",
- "System.Buffers": "4.4.0-beta-24715-03",
- "System.Diagnostics.DiagnosticSource": "4.4.0-beta-24715-03",
- "System.Globalization": "4.4.0-beta-24715-03",
- "System.IO": "4.4.0-beta-24715-03",
- "System.IO.Compression": "4.4.0-beta-24715-03",
- "System.Linq.Expressions": "4.4.0-beta-24715-03",
- "System.Net.Http": "4.4.0-beta-24715-03",
- "System.Net.Primitives": "4.4.0-beta-24715-03",
- "System.ObjectModel": "4.4.0-beta-24715-03",
- "System.Resources.ResourceManager": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Runtime.Handles": "4.4.0-beta-24715-03",
- "System.Runtime.InteropServices": "4.4.0-beta-24715-03",
- "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24715-03",
- "System.Text.Encoding": "4.4.0-beta-24715-03",
- "System.Text.RegularExpressions": "4.4.0-beta-24715-03",
- "System.Threading": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03",
- "System.Threading.Thread": "4.4.0-beta-24715-03",
+ "Microsoft.NETCore.Platforms": "1.2.0-beta-24717-02",
+ "Microsoft.Win32.Primitives": "4.4.0-beta-24717-02",
+ "System.Buffers": "4.4.0-beta-24717-02",
+ "System.Diagnostics.DiagnosticSource": "4.4.0-beta-24717-02",
+ "System.Globalization": "4.4.0-beta-24717-02",
+ "System.IO": "4.4.0-beta-24717-02",
+ "System.IO.Compression": "4.4.0-beta-24717-02",
+ "System.Linq.Expressions": "4.4.0-beta-24717-02",
+ "System.Net.Http": "4.4.0-beta-24717-02",
+ "System.Net.Primitives": "4.4.0-beta-24717-02",
+ "System.ObjectModel": "4.4.0-beta-24717-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Runtime.Handles": "4.4.0-beta-24717-02",
+ "System.Runtime.InteropServices": "4.4.0-beta-24717-02",
+ "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24717-02",
+ "System.Text.Encoding": "4.4.0-beta-24717-02",
+ "System.Text.RegularExpressions": "4.4.0-beta-24717-02",
+ "System.Threading": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02",
+ "System.Threading.Thread": "4.4.0-beta-24717-02",
"test-runtime": {
"target": "project",
"exclude": "compile"
diff --git a/src/System.Net.Http/ref/project.json b/src/System.Net.Http/ref/project.json
index 17b6e03c2786..5d312f4868b7 100644
--- a/src/System.Net.Http/ref/project.json
+++ b/src/System.Net.Http/ref/project.json
@@ -1,11 +1,11 @@
{
"dependencies": {
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03",
- "System.IO": "4.4.0-beta-24715-03",
- "System.Net.Primitives": "4.4.0-beta-24715-03",
- "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24715-03",
- "System.Text.Encoding": "4.4.0-beta-24715-03"
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02",
+ "System.IO": "4.4.0-beta-24717-02",
+ "System.Net.Primitives": "4.4.0-beta-24717-02",
+ "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24717-02",
+ "System.Text.Encoding": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.7": {},
diff --git a/src/System.Net.Http/src/project.json b/src/System.Net.Http/src/project.json
index d28c7e64b191..376a6945b85c 100644
--- a/src/System.Net.Http/src/project.json
+++ b/src/System.Net.Http/src/project.json
@@ -1,51 +1,51 @@
{
"dependencies": {
- "System.Buffers": "4.4.0-beta-24715-03",
- "System.Diagnostics.DiagnosticSource": "4.4.0-beta-24715-03"
+ "System.Buffers": "4.4.0-beta-24717-02",
+ "System.Diagnostics.DiagnosticSource": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "Microsoft.Win32.Primitives": "4.4.0-beta-24715-03",
- "System.Collections": "4.4.0-beta-24715-03",
- "System.Diagnostics.Contracts": "4.4.0-beta-24715-03",
- "System.Diagnostics.Debug": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tools": "4.4.0-beta-24715-03",
- "System.Globalization": "4.4.0-beta-24715-03",
- "System.Globalization.Extensions": "4.4.0-beta-24715-03",
- "System.IO": "4.4.0-beta-24715-03",
- "System.IO.FileSystem": "4.4.0-beta-24715-03",
- "System.IO.Compression": "4.4.0-beta-24715-03",
- "System.Net.Primitives": "4.4.0-beta-24715-03",
- "System.Resources.ResourceManager": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Runtime.Handles": "4.4.0-beta-24715-03",
- "System.Runtime.InteropServices": "4.4.0-beta-24715-03",
- "System.Security.Cryptography.OpenSsl": "4.4.0-beta-24715-03",
- "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24715-03",
- "System.Text.Encoding": "4.4.0-beta-24715-03",
- "System.Threading": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03"
+ "Microsoft.Win32.Primitives": "4.4.0-beta-24717-02",
+ "System.Collections": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Contracts": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Debug": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tools": "4.4.0-beta-24717-02",
+ "System.Globalization": "4.4.0-beta-24717-02",
+ "System.Globalization.Extensions": "4.4.0-beta-24717-02",
+ "System.IO": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem": "4.4.0-beta-24717-02",
+ "System.IO.Compression": "4.4.0-beta-24717-02",
+ "System.Net.Primitives": "4.4.0-beta-24717-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Runtime.Handles": "4.4.0-beta-24717-02",
+ "System.Runtime.InteropServices": "4.4.0-beta-24717-02",
+ "System.Security.Cryptography.OpenSsl": "4.4.0-beta-24717-02",
+ "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24717-02",
+ "System.Text.Encoding": "4.4.0-beta-24717-02",
+ "System.Threading": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02"
}
},
"uap10.1": {
"dependencies": {
"Microsoft.TargetingPack.Private.WinRT": "1.0.3",
- "System.Collections": "4.4.0-beta-24715-03",
- "System.Diagnostics.Contracts": "4.4.0-beta-24715-03",
- "System.Diagnostics.Debug": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tools": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tracing": "4.4.0-beta-24715-03",
- "System.Globalization.Extensions": "4.4.0-beta-24715-03",
- "System.Net.Primitives": "4.4.0-beta-24715-03",
- "System.Resources.ResourceManager": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Runtime.InteropServices": "4.4.0-beta-24715-03",
- "System.Runtime.WindowsRuntime": "4.4.0-beta-24715-03",
- "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24715-03",
- "System.Text.Encoding.Extensions": "4.4.0-beta-24715-03",
- "System.Threading": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03"
+ "System.Collections": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Contracts": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Debug": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tools": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tracing": "4.4.0-beta-24717-02",
+ "System.Globalization.Extensions": "4.4.0-beta-24717-02",
+ "System.Net.Primitives": "4.4.0-beta-24717-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Runtime.InteropServices": "4.4.0-beta-24717-02",
+ "System.Runtime.WindowsRuntime": "4.4.0-beta-24717-02",
+ "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24717-02",
+ "System.Text.Encoding.Extensions": "4.4.0-beta-24717-02",
+ "System.Threading": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02"
}
},
"net46": {
diff --git a/src/System.Net.Http/tests/FunctionalTests/unix/project.json b/src/System.Net.Http/tests/FunctionalTests/unix/project.json
index 14d7b06a8811..81f23ffdcffa 100644
--- a/src/System.Net.Http/tests/FunctionalTests/unix/project.json
+++ b/src/System.Net.Http/tests/FunctionalTests/unix/project.json
@@ -1,25 +1,25 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "1.2.0-beta-24715-03",
- "System.Diagnostics.DiagnosticSource": "4.4.0-beta-24715-03",
- "System.Diagnostics.Process": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tracing": "4.4.0-beta-24715-03",
- "System.Globalization": "4.4.0-beta-24715-03",
- "System.IO": "4.4.0-beta-24715-03",
- "System.IO.FileSystem": "4.4.0-beta-24715-03",
- "System.Linq.Expressions": "4.4.0-beta-24715-03",
- "System.Net.NetworkInformation": "4.4.0-beta-24715-03",
- "System.Net.Primitives": "4.4.0-beta-24715-03",
- "System.Net.Security": "4.4.0-beta-24715-03",
- "System.Net.Sockets": "4.4.0-beta-24715-03",
- "System.ObjectModel": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Security.Cryptography.Algorithms": "4.4.0-beta-24715-03",
- "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24715-03",
- "System.Text.Encoding": "4.4.0-beta-24715-03",
- "System.Text.RegularExpressions": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03",
- "System.Threading.Tasks.Parallel": "4.4.0-beta-24715-03",
+ "Microsoft.NETCore.Platforms": "1.2.0-beta-24717-02",
+ "System.Diagnostics.DiagnosticSource": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Process": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tracing": "4.4.0-beta-24717-02",
+ "System.Globalization": "4.4.0-beta-24717-02",
+ "System.IO": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem": "4.4.0-beta-24717-02",
+ "System.Linq.Expressions": "4.4.0-beta-24717-02",
+ "System.Net.NetworkInformation": "4.4.0-beta-24717-02",
+ "System.Net.Primitives": "4.4.0-beta-24717-02",
+ "System.Net.Security": "4.4.0-beta-24717-02",
+ "System.Net.Sockets": "4.4.0-beta-24717-02",
+ "System.ObjectModel": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Security.Cryptography.Algorithms": "4.4.0-beta-24717-02",
+ "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24717-02",
+ "System.Text.Encoding": "4.4.0-beta-24717-02",
+ "System.Text.RegularExpressions": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks.Parallel": "4.4.0-beta-24717-02",
"test-runtime": {
"target": "project",
"exclude": "compile"
diff --git a/src/System.Net.Http/tests/FunctionalTests/win/project.json b/src/System.Net.Http/tests/FunctionalTests/win/project.json
index 06a75d270883..f869e1963e2d 100644
--- a/src/System.Net.Http/tests/FunctionalTests/win/project.json
+++ b/src/System.Net.Http/tests/FunctionalTests/win/project.json
@@ -1,26 +1,26 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "1.2.0-beta-24715-03",
- "System.Diagnostics.DiagnosticSource": "4.4.0-beta-24715-03",
- "System.Diagnostics.Process": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tracing": "4.4.0-beta-24715-03",
- "System.Globalization": "4.4.0-beta-24715-03",
- "System.IO": "4.4.0-beta-24715-03",
- "System.IO.FileSystem": "4.4.0-beta-24715-03",
- "System.Linq.Expressions": "4.4.0-beta-24715-03",
- "System.Net.NetworkInformation": "4.4.0-beta-24715-03",
- "System.Net.Primitives": "4.4.0-beta-24715-03",
- "System.Net.Security": "4.4.0-beta-24715-03",
- "System.Net.Sockets": "4.4.0-beta-24715-03",
- "System.ObjectModel": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Security.Cryptography.Algorithms": "4.4.0-beta-24715-03",
- "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24715-03",
- "System.Security.Principal.Windows": "4.4.0-beta-24715-03",
- "System.Text.Encoding": "4.4.0-beta-24715-03",
- "System.Text.RegularExpressions": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03",
- "System.Threading.Tasks.Parallel": "4.4.0-beta-24715-03",
+ "Microsoft.NETCore.Platforms": "1.2.0-beta-24717-02",
+ "System.Diagnostics.DiagnosticSource": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Process": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tracing": "4.4.0-beta-24717-02",
+ "System.Globalization": "4.4.0-beta-24717-02",
+ "System.IO": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem": "4.4.0-beta-24717-02",
+ "System.Linq.Expressions": "4.4.0-beta-24717-02",
+ "System.Net.NetworkInformation": "4.4.0-beta-24717-02",
+ "System.Net.Primitives": "4.4.0-beta-24717-02",
+ "System.Net.Security": "4.4.0-beta-24717-02",
+ "System.Net.Sockets": "4.4.0-beta-24717-02",
+ "System.ObjectModel": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Security.Cryptography.Algorithms": "4.4.0-beta-24717-02",
+ "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24717-02",
+ "System.Security.Principal.Windows": "4.4.0-beta-24717-02",
+ "System.Text.Encoding": "4.4.0-beta-24717-02",
+ "System.Text.RegularExpressions": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks.Parallel": "4.4.0-beta-24717-02",
"test-runtime": {
"target": "project",
"exclude": "compile"
diff --git a/src/System.Net.Http/tests/UnitTests/project.json b/src/System.Net.Http/tests/UnitTests/project.json
index 47b7110c4213..a99c3cafc29b 100644
--- a/src/System.Net.Http/tests/UnitTests/project.json
+++ b/src/System.Net.Http/tests/UnitTests/project.json
@@ -1,18 +1,18 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "1.2.0-beta-24715-03",
- "System.Diagnostics.Contracts": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tools": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tracing": "4.4.0-beta-24715-03",
- "System.Globalization.Extensions": "4.4.0-beta-24715-03",
- "System.Linq": "4.4.0-beta-24715-03",
- "System.Linq.Expressions": "4.4.0-beta-24715-03",
- "System.Net.Primitives": "4.4.0-beta-24715-03",
- "System.ObjectModel": "4.4.0-beta-24715-03",
- "System.Reflection": "4.4.0-beta-24715-03",
- "System.Reflection.TypeExtensions": "4.4.0-beta-24715-03",
- "System.Text.RegularExpressions": "4.4.0-beta-24715-03",
- "System.Resources.ResourceManager": "4.4.0-beta-24715-03",
+ "Microsoft.NETCore.Platforms": "1.2.0-beta-24717-02",
+ "System.Diagnostics.Contracts": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tools": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tracing": "4.4.0-beta-24717-02",
+ "System.Globalization.Extensions": "4.4.0-beta-24717-02",
+ "System.Linq": "4.4.0-beta-24717-02",
+ "System.Linq.Expressions": "4.4.0-beta-24717-02",
+ "System.Net.Primitives": "4.4.0-beta-24717-02",
+ "System.ObjectModel": "4.4.0-beta-24717-02",
+ "System.Reflection": "4.4.0-beta-24717-02",
+ "System.Reflection.TypeExtensions": "4.4.0-beta-24717-02",
+ "System.Text.RegularExpressions": "4.4.0-beta-24717-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24717-02",
"System.Net.Http": {
"version": "4.1.0",
"exclude": "compile"
diff --git a/src/System.Net.HttpListener/ref/project.json b/src/System.Net.HttpListener/ref/project.json
index 4e0e2ad01762..afe866dd15f6 100644
--- a/src/System.Net.HttpListener/ref/project.json
+++ b/src/System.Net.HttpListener/ref/project.json
@@ -1,15 +1,15 @@
{
"dependencies": {
- "System.Collections.Specialized": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Net.Primitives": "4.4.0-beta-24715-03",
- "System.Net.WebHeaderCollection": "4.4.0-beta-24715-03",
- "System.Net.WebSockets": "4.4.0-beta-24715-03",
- "System.Security.Claims": "4.4.0-beta-24715-03",
- "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24715-03",
- "System.Security.Principal": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03",
- "Microsoft.Win32.Primitives": "4.4.0-beta-24715-03"
+ "System.Collections.Specialized": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Net.Primitives": "4.4.0-beta-24717-02",
+ "System.Net.WebHeaderCollection": "4.4.0-beta-24717-02",
+ "System.Net.WebSockets": "4.4.0-beta-24717-02",
+ "System.Security.Claims": "4.4.0-beta-24717-02",
+ "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24717-02",
+ "System.Security.Principal": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02",
+ "Microsoft.Win32.Primitives": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.7": {
diff --git a/src/System.Net.HttpListener/src/project.json b/src/System.Net.HttpListener/src/project.json
index d80a754a651b..f9bb4c9ff567 100644
--- a/src/System.Net.HttpListener/src/project.json
+++ b/src/System.Net.HttpListener/src/project.json
@@ -3,36 +3,36 @@
"netstandard1.7": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1",
- "System.Collections": "4.4.0-beta-24715-03",
- "System.Collections.NonGeneric": "4.4.0-beta-24715-03",
- "System.Collections.Specialized": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tools": "4.4.0-beta-24715-03",
- "System.Diagnostics.Debug": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tracing": "4.4.0-beta-24715-03",
- "System.Globalization": "4.4.0-beta-24715-03",
- "System.IO": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Net.NameResolution": "4.4.0-beta-24715-03",
- "System.Net.Primitives": "4.4.0-beta-24715-03",
- "System.Net.Requests": "4.4.0-beta-24715-03",
- "System.Net.Security": "4.4.0-beta-24715-03",
- "System.Net.WebHeaderCollection": "4.4.0-beta-24715-03",
- "System.Net.WebSockets": "4.4.0-beta-24715-03",
- "System.Resources.ResourceManager": "4.4.0-beta-24715-03",
- "System.Runtime.InteropServices": "4.4.0-beta-24715-03",
- "System.Security.Claims": "4.4.0-beta-24715-03",
- "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24715-03",
- "System.Security.Principal": "4.4.0-beta-24715-03",
- "System.Security.Principal.Windows": "4.4.0-beta-24715-03",
- "System.Text.Encoding": "4.4.0-beta-24715-03",
- "System.Text.Encoding.Extensions": "4.4.0-beta-24715-03",
- "System.Threading": "4.4.0-beta-24715-03",
- "System.Threading.Overlapped": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03",
- "System.Threading.ThreadPool": "4.4.0-beta-24715-03",
- "System.Threading.Timer": "4.4.0-beta-24715-03",
- "Microsoft.Win32.Primitives": "4.4.0-beta-24715-03"
+ "System.Collections": "4.4.0-beta-24717-02",
+ "System.Collections.NonGeneric": "4.4.0-beta-24717-02",
+ "System.Collections.Specialized": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tools": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Debug": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tracing": "4.4.0-beta-24717-02",
+ "System.Globalization": "4.4.0-beta-24717-02",
+ "System.IO": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Net.NameResolution": "4.4.0-beta-24717-02",
+ "System.Net.Primitives": "4.4.0-beta-24717-02",
+ "System.Net.Requests": "4.4.0-beta-24717-02",
+ "System.Net.Security": "4.4.0-beta-24717-02",
+ "System.Net.WebHeaderCollection": "4.4.0-beta-24717-02",
+ "System.Net.WebSockets": "4.4.0-beta-24717-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24717-02",
+ "System.Runtime.InteropServices": "4.4.0-beta-24717-02",
+ "System.Security.Claims": "4.4.0-beta-24717-02",
+ "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24717-02",
+ "System.Security.Principal": "4.4.0-beta-24717-02",
+ "System.Security.Principal.Windows": "4.4.0-beta-24717-02",
+ "System.Text.Encoding": "4.4.0-beta-24717-02",
+ "System.Text.Encoding.Extensions": "4.4.0-beta-24717-02",
+ "System.Threading": "4.4.0-beta-24717-02",
+ "System.Threading.Overlapped": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02",
+ "System.Threading.ThreadPool": "4.4.0-beta-24717-02",
+ "System.Threading.Timer": "4.4.0-beta-24717-02",
+ "Microsoft.Win32.Primitives": "4.4.0-beta-24717-02"
},
"imports": [
"dotnet5.8"
diff --git a/src/System.Net.Mail/ref/project.json b/src/System.Net.Mail/ref/project.json
index 1290ebef787c..c46c8cc8a393 100644
--- a/src/System.Net.Mail/ref/project.json
+++ b/src/System.Net.Mail/ref/project.json
@@ -1,14 +1,14 @@
{
"dependencies": {
- "System.ComponentModel.EventBasedAsync": "4.4.0-beta-24715-03",
- "System.Net.Primitives": "4.4.0-beta-24715-03",
- "System.Net.ServicePoint": "4.4.0-beta-24715-03",
- "System.Collections.Specialized": "4.4.0-beta-24715-03",
- "System.IO": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24715-03",
- "System.Text.Encoding": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03"
+ "System.ComponentModel.EventBasedAsync": "4.4.0-beta-24717-02",
+ "System.Net.Primitives": "4.4.0-beta-24717-02",
+ "System.Net.ServicePoint": "4.4.0-beta-24717-02",
+ "System.Collections.Specialized": "4.4.0-beta-24717-02",
+ "System.IO": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24717-02",
+ "System.Text.Encoding": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.Net.Mail/src/project.json b/src/System.Net.Mail/src/project.json
index a45d2977db8e..3efa108d6145 100644
--- a/src/System.Net.Mail/src/project.json
+++ b/src/System.Net.Mail/src/project.json
@@ -3,31 +3,31 @@
"netstandard1.7": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1",
- "System.Collections": "4.4.0-beta-24715-03",
- "System.Collections.Specialized": "4.4.0-beta-24715-03",
- "System.ComponentModel.EventBasedAsync": "4.4.0-beta-24715-03",
- "System.Diagnostics.Debug": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tools": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tracing": "4.4.0-beta-24715-03",
- "System.IO": "4.4.0-beta-24715-03",
- "System.IO.FileSystem": "4.4.0-beta-24715-03",
- "System.Globalization": "4.4.0-beta-24715-03",
- "System.Globalization.Extensions": "4.4.0-beta-24715-03",
- "System.Net.NetworkInformation": "4.4.0-beta-24715-03",
- "System.Net.Primitives": "4.4.0-beta-24715-03",
- "System.Net.Requests": "4.4.0-beta-24715-03",
- "System.Net.Security": "4.4.0-beta-24715-03",
- "System.Net.ServicePoint": "4.4.0-beta-24715-03",
- "System.Net.Sockets": "4.4.0-beta-24715-03",
- "System.Resources.ResourceManager": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24715-03",
- "System.Security.Permissions": "4.4.0-beta-24715-03",
- "System.Text.Encoding": "4.4.0-beta-24715-03",
- "System.Threading": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03",
- "System.Threading.Timer": "4.4.0-beta-24715-03"
+ "System.Collections": "4.4.0-beta-24717-02",
+ "System.Collections.Specialized": "4.4.0-beta-24717-02",
+ "System.ComponentModel.EventBasedAsync": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Debug": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tools": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tracing": "4.4.0-beta-24717-02",
+ "System.IO": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem": "4.4.0-beta-24717-02",
+ "System.Globalization": "4.4.0-beta-24717-02",
+ "System.Globalization.Extensions": "4.4.0-beta-24717-02",
+ "System.Net.NetworkInformation": "4.4.0-beta-24717-02",
+ "System.Net.Primitives": "4.4.0-beta-24717-02",
+ "System.Net.Requests": "4.4.0-beta-24717-02",
+ "System.Net.Security": "4.4.0-beta-24717-02",
+ "System.Net.ServicePoint": "4.4.0-beta-24717-02",
+ "System.Net.Sockets": "4.4.0-beta-24717-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24717-02",
+ "System.Security.Permissions": "4.4.0-beta-24717-02",
+ "System.Text.Encoding": "4.4.0-beta-24717-02",
+ "System.Threading": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02",
+ "System.Threading.Timer": "4.4.0-beta-24717-02"
}
},
"net463": {
diff --git a/src/System.Net.Mail/tests/Unit/project.json b/src/System.Net.Mail/tests/Unit/project.json
index bfb8263439e9..80d5357b90a2 100644
--- a/src/System.Net.Mail/tests/Unit/project.json
+++ b/src/System.Net.Mail/tests/Unit/project.json
@@ -1,27 +1,27 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "1.2.0-beta-24715-03",
- "System.Collections": "4.4.0-beta-24715-03",
- "System.Collections.Specialized": "4.4.0-beta-24715-03",
- "System.Diagnostics.Debug": "4.4.0-beta-24715-03",
- "System.Globalization": "4.4.0-beta-24715-03",
- "System.Globalization.Extensions": "4.4.0-beta-24715-03",
- "System.ObjectModel": "4.4.0-beta-24715-03",
- "System.Reflection.TypeExtensions": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Runtime.Serialization.Primitives": "4.4.0-beta-24715-03",
- "System.Text.RegularExpressions": "4.4.0-beta-24715-03",
- "System.Diagnostics.Process": "4.4.0-beta-24715-03",
- "System.Collections.NonGeneric": "4.4.0-beta-24715-03",
- "System.IO": "4.4.0-beta-24715-03",
- "System.Reflection": "4.4.0-beta-24715-03",
- "System.Reflection.Extensions": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03",
- "System.Text.Encoding": "4.4.0-beta-24715-03",
- "System.Security.Permissions": "4.4.0-beta-24715-03",
- "System.Net.Requests": "4.4.0-beta-24715-03",
- "System.Net.Security": "4.4.0-beta-24715-03",
+ "Microsoft.NETCore.Platforms": "1.2.0-beta-24717-02",
+ "System.Collections": "4.4.0-beta-24717-02",
+ "System.Collections.Specialized": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Debug": "4.4.0-beta-24717-02",
+ "System.Globalization": "4.4.0-beta-24717-02",
+ "System.Globalization.Extensions": "4.4.0-beta-24717-02",
+ "System.ObjectModel": "4.4.0-beta-24717-02",
+ "System.Reflection.TypeExtensions": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Runtime.Serialization.Primitives": "4.4.0-beta-24717-02",
+ "System.Text.RegularExpressions": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Process": "4.4.0-beta-24717-02",
+ "System.Collections.NonGeneric": "4.4.0-beta-24717-02",
+ "System.IO": "4.4.0-beta-24717-02",
+ "System.Reflection": "4.4.0-beta-24717-02",
+ "System.Reflection.Extensions": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02",
+ "System.Text.Encoding": "4.4.0-beta-24717-02",
+ "System.Security.Permissions": "4.4.0-beta-24717-02",
+ "System.Net.Requests": "4.4.0-beta-24717-02",
+ "System.Net.Security": "4.4.0-beta-24717-02",
"test-runtime": {
"target": "project",
"exclude": "compile"
diff --git a/src/System.Net.NameResolution/tests/PalTests/project.json b/src/System.Net.NameResolution/tests/PalTests/project.json
index 3ccc210636d3..6909b58e2da2 100644
--- a/src/System.Net.NameResolution/tests/PalTests/project.json
+++ b/src/System.Net.NameResolution/tests/PalTests/project.json
@@ -1,29 +1,29 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "1.2.0-beta-24715-03",
- "Microsoft.Win32.Primitives": "4.4.0-beta-24715-03",
- "System.Collections": "4.4.0-beta-24715-03",
- "System.ComponentModel.EventBasedAsync": "4.4.0-beta-24715-03",
- "System.Console": "4.4.0-beta-24715-03",
- "System.Diagnostics.Contracts": "4.4.0-beta-24715-03",
- "System.Diagnostics.Debug": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tracing": "4.4.0-beta-24715-03",
- "System.Globalization": "4.4.0-beta-24715-03",
- "System.IO": "4.4.0-beta-24715-03",
- "System.IO.FileSystem": "4.4.0-beta-24715-03",
- "System.IO.FileSystem.Primitives": "4.4.0-beta-24715-03",
- "System.Linq.Expressions": "4.4.0-beta-24715-03",
- "System.Net.Primitives": "4.4.0-beta-24715-03",
- "System.ObjectModel": "4.4.0-beta-24715-03",
- "System.Resources.ResourceManager": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Runtime.Handles": "4.4.0-beta-24715-03",
- "System.Runtime.InteropServices": "4.4.0-beta-24715-03",
- "System.Security.Claims": "4.4.0-beta-24715-03",
- "System.Text.RegularExpressions": "4.4.0-beta-24715-03",
- "System.Threading": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03",
+ "Microsoft.NETCore.Platforms": "1.2.0-beta-24717-02",
+ "Microsoft.Win32.Primitives": "4.4.0-beta-24717-02",
+ "System.Collections": "4.4.0-beta-24717-02",
+ "System.ComponentModel.EventBasedAsync": "4.4.0-beta-24717-02",
+ "System.Console": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Contracts": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Debug": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tracing": "4.4.0-beta-24717-02",
+ "System.Globalization": "4.4.0-beta-24717-02",
+ "System.IO": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem.Primitives": "4.4.0-beta-24717-02",
+ "System.Linq.Expressions": "4.4.0-beta-24717-02",
+ "System.Net.Primitives": "4.4.0-beta-24717-02",
+ "System.ObjectModel": "4.4.0-beta-24717-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Runtime.Handles": "4.4.0-beta-24717-02",
+ "System.Runtime.InteropServices": "4.4.0-beta-24717-02",
+ "System.Security.Claims": "4.4.0-beta-24717-02",
+ "System.Text.RegularExpressions": "4.4.0-beta-24717-02",
+ "System.Threading": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02",
"System.Net.Sockets": {
"version": "4.1.0",
"exclude": "compile"
diff --git a/src/System.Net.NameResolution/tests/UnitTests/project.json b/src/System.Net.NameResolution/tests/UnitTests/project.json
index 17510730b36e..4aa08ac324a8 100644
--- a/src/System.Net.NameResolution/tests/UnitTests/project.json
+++ b/src/System.Net.NameResolution/tests/UnitTests/project.json
@@ -1,17 +1,17 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "1.2.0-beta-24715-03",
- "System.Diagnostics.Contracts": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tools": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tracing": "4.4.0-beta-24715-03",
- "System.Linq": "4.4.0-beta-24715-03",
- "System.Linq.Expressions": "4.4.0-beta-24715-03",
- "System.Net.Primitives": "4.4.0-beta-24715-03",
- "System.ObjectModel": "4.4.0-beta-24715-03",
- "System.Reflection": "4.4.0-beta-24715-03",
- "System.Reflection.TypeExtensions": "4.4.0-beta-24715-03",
- "System.Text.RegularExpressions": "4.4.0-beta-24715-03",
- "System.Resources.ResourceManager": "4.4.0-beta-24715-03",
+ "Microsoft.NETCore.Platforms": "1.2.0-beta-24717-02",
+ "System.Diagnostics.Contracts": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tools": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tracing": "4.4.0-beta-24717-02",
+ "System.Linq": "4.4.0-beta-24717-02",
+ "System.Linq.Expressions": "4.4.0-beta-24717-02",
+ "System.Net.Primitives": "4.4.0-beta-24717-02",
+ "System.ObjectModel": "4.4.0-beta-24717-02",
+ "System.Reflection": "4.4.0-beta-24717-02",
+ "System.Reflection.TypeExtensions": "4.4.0-beta-24717-02",
+ "System.Text.RegularExpressions": "4.4.0-beta-24717-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24717-02",
"test-runtime": {
"target": "project",
"exclude": "compile"
diff --git a/src/System.Net.NetworkInformation/ref/project.json b/src/System.Net.NetworkInformation/ref/project.json
index bc249017b2a0..62a5b9ff2a80 100644
--- a/src/System.Net.NetworkInformation/ref/project.json
+++ b/src/System.Net.NetworkInformation/ref/project.json
@@ -1,9 +1,9 @@
{
"dependencies": {
- "Microsoft.Win32.Primitives": "4.4.0-beta-24715-03",
- "System.Net.Primitives": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03"
+ "Microsoft.Win32.Primitives": "4.4.0-beta-24717-02",
+ "System.Net.Primitives": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.Net.NetworkInformation/src/project.json b/src/System.Net.NetworkInformation/src/project.json
index e4bf07f8c83b..5debffefc795 100644
--- a/src/System.Net.NetworkInformation/src/project.json
+++ b/src/System.Net.NetworkInformation/src/project.json
@@ -2,22 +2,22 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "Microsoft.Win32.Primitives": "4.4.0-beta-24715-03",
- "System.Diagnostics.Contracts": "4.4.0-beta-24715-03",
- "System.Diagnostics.Debug": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tracing": "4.4.0-beta-24715-03",
- "System.IO.FileSystem": "4.4.0-beta-24715-03",
- "System.Linq": "4.4.0-beta-24715-03",
- "System.Net.Sockets": "4.4.0-beta-24715-03",
- "System.Resources.ResourceManager": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Runtime.InteropServices": "4.4.0-beta-24715-03",
- "System.Security.Principal.Windows": "4.4.0-beta-24715-03",
- "System.Threading": "4.4.0-beta-24715-03",
- "System.Threading.Timer": "4.4.0-beta-24715-03",
- "System.Threading.Thread": "4.4.0-beta-24715-03",
- "System.Threading.ThreadPool": "4.4.0-beta-24715-03",
- "System.Threading.Overlapped": "4.4.0-beta-24715-03"
+ "Microsoft.Win32.Primitives": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Contracts": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Debug": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tracing": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem": "4.4.0-beta-24717-02",
+ "System.Linq": "4.4.0-beta-24717-02",
+ "System.Net.Sockets": "4.4.0-beta-24717-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Runtime.InteropServices": "4.4.0-beta-24717-02",
+ "System.Security.Principal.Windows": "4.4.0-beta-24717-02",
+ "System.Threading": "4.4.0-beta-24717-02",
+ "System.Threading.Timer": "4.4.0-beta-24717-02",
+ "System.Threading.Thread": "4.4.0-beta-24717-02",
+ "System.Threading.ThreadPool": "4.4.0-beta-24717-02",
+ "System.Threading.Overlapped": "4.4.0-beta-24717-02"
}
},
"net463": {
@@ -28,18 +28,18 @@
"uap10.1": {
"dependencies": {
"Microsoft.TargetingPack.Private.WinRT": "1.0.3",
- "Microsoft.Win32.Primitives": "4.4.0-beta-24715-03",
- "System.Diagnostics.Debug": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tracing": "4.4.0-beta-24715-03",
- "System.Linq": "4.4.0-beta-24715-03",
- "System.Net.Sockets": "4.4.0-beta-24715-03",
- "System.Net.Primitives": "4.4.0-beta-24715-03",
- "System.Resources.ResourceManager": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Runtime.InteropServices": "4.4.0-beta-24715-03",
- "System.Runtime.InteropServices.WindowsRuntime": "4.4.0-beta-24715-03",
- "System.Threading": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03"
+ "Microsoft.Win32.Primitives": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Debug": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tracing": "4.4.0-beta-24717-02",
+ "System.Linq": "4.4.0-beta-24717-02",
+ "System.Net.Sockets": "4.4.0-beta-24717-02",
+ "System.Net.Primitives": "4.4.0-beta-24717-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Runtime.InteropServices": "4.4.0-beta-24717-02",
+ "System.Runtime.InteropServices.WindowsRuntime": "4.4.0-beta-24717-02",
+ "System.Threading": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02"
}
}
}
diff --git a/src/System.Net.NetworkInformation/tests/UnitTests/project.json b/src/System.Net.NetworkInformation/tests/UnitTests/project.json
index 3c777c0b98f6..1987da4dea76 100644
--- a/src/System.Net.NetworkInformation/tests/UnitTests/project.json
+++ b/src/System.Net.NetworkInformation/tests/UnitTests/project.json
@@ -1,11 +1,11 @@
{
"dependencies": {
- "System.Diagnostics.Tracing": "4.4.0-beta-24715-03",
- "System.Linq.Expressions": "4.4.0-beta-24715-03",
- "System.Net.Primitives": "4.4.0-beta-24715-03",
- "System.ObjectModel": "4.4.0-beta-24715-03",
- "System.Text.RegularExpressions": "4.4.0-beta-24715-03",
- "System.Resources.ResourceManager": "4.4.0-beta-24715-03",
+ "System.Diagnostics.Tracing": "4.4.0-beta-24717-02",
+ "System.Linq.Expressions": "4.4.0-beta-24717-02",
+ "System.Net.Primitives": "4.4.0-beta-24717-02",
+ "System.ObjectModel": "4.4.0-beta-24717-02",
+ "System.Text.RegularExpressions": "4.4.0-beta-24717-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24717-02",
"test-runtime": {
"target": "project",
"exclude": "compile"
diff --git a/src/System.Net.Ping/ref/project.json b/src/System.Net.Ping/ref/project.json
index d627bbb1a04d..b1fc5f7abdc0 100644
--- a/src/System.Net.Ping/ref/project.json
+++ b/src/System.Net.Ping/ref/project.json
@@ -1,10 +1,10 @@
{
"dependencies": {
- "System.ComponentModel.EventBasedAsync": "4.4.0-beta-24715-03",
- "System.ComponentModel.Primitives": "4.4.0-beta-24715-03",
- "System.Net.Primitives": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03"
+ "System.ComponentModel.EventBasedAsync": "4.4.0-beta-24717-02",
+ "System.ComponentModel.Primitives": "4.4.0-beta-24717-02",
+ "System.Net.Primitives": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.Net.Ping/src/project.json b/src/System.Net.Ping/src/project.json
index 50e0ffa3a302..39c9d7ffc2c6 100644
--- a/src/System.Net.Ping/src/project.json
+++ b/src/System.Net.Ping/src/project.json
@@ -3,26 +3,26 @@
"netstandard1.7": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1",
- "Microsoft.Win32.Primitives": "4.4.0-beta-24715-03",
- "System.Collections": "4.4.0-beta-24715-03",
- "System.ComponentModel.Primitives": "4.4.0-beta-24715-03",
- "System.ComponentModel.EventBasedAsync": "4.4.0-beta-24715-03",
- "System.Diagnostics.Debug": "4.4.0-beta-24715-03",
- "System.Diagnostics.Process": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tracing": "4.4.0-beta-24715-03",
- "System.Globalization": "4.4.0-beta-24715-03",
- "System.IO.FileSystem": "4.4.0-beta-24715-03",
- "System.Net.NameResolution": "4.4.0-beta-24715-03",
- "System.Net.Primitives": "4.4.0-beta-24715-03",
- "System.Net.Sockets": "4.4.0-beta-24715-03",
- "System.Resources.ResourceManager": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Runtime.Handles": "4.4.0-beta-24715-03",
- "System.Runtime.InteropServices": "4.4.0-beta-24715-03",
- "System.Threading": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03",
- "System.Threading.ThreadPool": "4.4.0-beta-24715-03"
+ "Microsoft.Win32.Primitives": "4.4.0-beta-24717-02",
+ "System.Collections": "4.4.0-beta-24717-02",
+ "System.ComponentModel.Primitives": "4.4.0-beta-24717-02",
+ "System.ComponentModel.EventBasedAsync": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Debug": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Process": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tracing": "4.4.0-beta-24717-02",
+ "System.Globalization": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem": "4.4.0-beta-24717-02",
+ "System.Net.NameResolution": "4.4.0-beta-24717-02",
+ "System.Net.Primitives": "4.4.0-beta-24717-02",
+ "System.Net.Sockets": "4.4.0-beta-24717-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Runtime.Handles": "4.4.0-beta-24717-02",
+ "System.Runtime.InteropServices": "4.4.0-beta-24717-02",
+ "System.Threading": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02",
+ "System.Threading.ThreadPool": "4.4.0-beta-24717-02"
}
},
"net463": {
diff --git a/src/System.Net.Primitives/ref/project.json b/src/System.Net.Primitives/ref/project.json
index d0eb0cda953c..8f343b9e0402 100644
--- a/src/System.Net.Primitives/ref/project.json
+++ b/src/System.Net.Primitives/ref/project.json
@@ -1,8 +1,8 @@
{
"dependencies": {
- "Microsoft.Win32.Primitives": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Handles": "4.4.0-beta-24715-03"
+ "Microsoft.Win32.Primitives": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Handles": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.7": {},
diff --git a/src/System.Net.Primitives/src/project.json b/src/System.Net.Primitives/src/project.json
index 4def28e21c75..f588b18467f5 100644
--- a/src/System.Net.Primitives/src/project.json
+++ b/src/System.Net.Primitives/src/project.json
@@ -2,39 +2,39 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "Microsoft.Win32.Primitives": "4.4.0-beta-24715-03",
- "System.Collections": "4.4.0-beta-24715-03",
- "System.Diagnostics.Contracts": "4.4.0-beta-24715-03",
- "System.Diagnostics.Debug": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tracing": "4.4.0-beta-24715-03",
- "System.Globalization": "4.4.0-beta-24715-03",
- "System.Resources.ResourceManager": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Runtime.Handles": "4.4.0-beta-24715-03",
- "System.Runtime.InteropServices": "4.4.0-beta-24715-03",
- "System.Threading": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03"
+ "Microsoft.Win32.Primitives": "4.4.0-beta-24717-02",
+ "System.Collections": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Contracts": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Debug": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tracing": "4.4.0-beta-24717-02",
+ "System.Globalization": "4.4.0-beta-24717-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Runtime.Handles": "4.4.0-beta-24717-02",
+ "System.Runtime.InteropServices": "4.4.0-beta-24717-02",
+ "System.Threading": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02"
}
},
"uap10.1": {
"dependencies": {
"Microsoft.TargetingPack.Private.WinRT": "1.0.3",
- "Microsoft.Win32.Primitives": "4.4.0-beta-24715-03",
- "System.Collections": "4.4.0-beta-24715-03",
- "System.Diagnostics.Contracts": "4.4.0-beta-24715-03",
- "System.Diagnostics.Debug": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tracing": "4.4.0-beta-24715-03",
- "System.Globalization": "4.4.0-beta-24715-03",
- "System.ObjectModel": "4.4.0-beta-24715-03",
- "System.Resources.ResourceManager": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Runtime.Handles": "4.4.0-beta-24715-03",
- "System.Runtime.InteropServices": "4.4.0-beta-24715-03",
- "System.Runtime.WindowsRuntime": "4.4.0-beta-24715-03",
- "System.Threading": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03"
+ "Microsoft.Win32.Primitives": "4.4.0-beta-24717-02",
+ "System.Collections": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Contracts": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Debug": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tracing": "4.4.0-beta-24717-02",
+ "System.Globalization": "4.4.0-beta-24717-02",
+ "System.ObjectModel": "4.4.0-beta-24717-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Runtime.Handles": "4.4.0-beta-24717-02",
+ "System.Runtime.InteropServices": "4.4.0-beta-24717-02",
+ "System.Runtime.WindowsRuntime": "4.4.0-beta-24717-02",
+ "System.Threading": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02"
}
},
"net463": {
diff --git a/src/System.Net.Primitives/tests/PalTests/project.json b/src/System.Net.Primitives/tests/PalTests/project.json
index 9704b2f508d9..0267ef3ed836 100644
--- a/src/System.Net.Primitives/tests/PalTests/project.json
+++ b/src/System.Net.Primitives/tests/PalTests/project.json
@@ -1,20 +1,20 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "1.2.0-beta-24715-03",
- "Microsoft.Win32.Primitives": "4.4.0-beta-24715-03",
- "System.Diagnostics.Contracts": "4.4.0-beta-24715-03",
- "System.Diagnostics.Debug": "4.4.0-beta-24715-03",
- "System.Globalization": "4.4.0-beta-24715-03",
- "System.Linq.Expressions": "4.4.0-beta-24715-03",
- "System.ObjectModel": "4.4.0-beta-24715-03",
- "System.Resources.ResourceManager": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Runtime.Handles": "4.4.0-beta-24715-03",
- "System.Runtime.InteropServices": "4.4.0-beta-24715-03",
- "System.Text.RegularExpressions": "4.4.0-beta-24715-03",
- "System.Threading": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03",
+ "Microsoft.NETCore.Platforms": "1.2.0-beta-24717-02",
+ "Microsoft.Win32.Primitives": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Contracts": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Debug": "4.4.0-beta-24717-02",
+ "System.Globalization": "4.4.0-beta-24717-02",
+ "System.Linq.Expressions": "4.4.0-beta-24717-02",
+ "System.ObjectModel": "4.4.0-beta-24717-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Runtime.Handles": "4.4.0-beta-24717-02",
+ "System.Runtime.InteropServices": "4.4.0-beta-24717-02",
+ "System.Text.RegularExpressions": "4.4.0-beta-24717-02",
+ "System.Threading": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02",
"System.Net.Primitives": {
"version": "4.0.11",
"exclude": "compile"
diff --git a/src/System.Net.Primitives/tests/PerformanceTests/project.json b/src/System.Net.Primitives/tests/PerformanceTests/project.json
index f314e76e5a4a..6397515f5fcd 100644
--- a/src/System.Net.Primitives/tests/PerformanceTests/project.json
+++ b/src/System.Net.Primitives/tests/PerformanceTests/project.json
@@ -1,8 +1,8 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "1.2.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
+ "Microsoft.NETCore.Platforms": "1.2.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
"System.Net.Primitives": {
"version": "4.0.11",
"exclude": "compile"
diff --git a/src/System.Net.Primitives/tests/UnitTests/project.json b/src/System.Net.Primitives/tests/UnitTests/project.json
index 22a90bf80917..7d62759a8c36 100644
--- a/src/System.Net.Primitives/tests/UnitTests/project.json
+++ b/src/System.Net.Primitives/tests/UnitTests/project.json
@@ -1,21 +1,21 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "1.2.0-beta-24715-03",
- "Microsoft.Win32.Primitives": "4.4.0-beta-24715-03",
- "System.Collections": "4.4.0-beta-24715-03",
- "System.Diagnostics.Contracts": "4.4.0-beta-24715-03",
- "System.Diagnostics.Debug": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tracing": "4.4.0-beta-24715-03",
- "System.Globalization": "4.4.0-beta-24715-03",
- "System.Linq.Expressions": "4.4.0-beta-24715-03",
- "System.ObjectModel": "4.4.0-beta-24715-03",
- "System.Resources.ResourceManager": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Runtime.InteropServices": "4.4.0-beta-24715-03",
- "System.Text.RegularExpressions": "4.4.0-beta-24715-03",
- "System.Threading": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03",
+ "Microsoft.NETCore.Platforms": "1.2.0-beta-24717-02",
+ "Microsoft.Win32.Primitives": "4.4.0-beta-24717-02",
+ "System.Collections": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Contracts": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Debug": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tracing": "4.4.0-beta-24717-02",
+ "System.Globalization": "4.4.0-beta-24717-02",
+ "System.Linq.Expressions": "4.4.0-beta-24717-02",
+ "System.ObjectModel": "4.4.0-beta-24717-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Runtime.InteropServices": "4.4.0-beta-24717-02",
+ "System.Text.RegularExpressions": "4.4.0-beta-24717-02",
+ "System.Threading": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02",
"System.Net.Primitives": {
"version": "4.0.11",
"exclude": "compile"
diff --git a/src/System.Net.Requests/ref/project.json b/src/System.Net.Requests/ref/project.json
index 2a66a4eef173..ac6ac67f22fb 100644
--- a/src/System.Net.Requests/ref/project.json
+++ b/src/System.Net.Requests/ref/project.json
@@ -1,15 +1,15 @@
{
"dependencies": {
- "System.Collections.Specialized": "4.4.0-beta-24715-03",
- "System.IO": "4.4.0-beta-24715-03",
- "System.Net.Primitives": "4.4.0-beta-24715-03",
- "System.Net.Security": "4.4.0-beta-24715-03",
- "System.Net.ServicePoint": "4.4.0-beta-24715-03",
- "System.Net.WebHeaderCollection": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24715-03",
- "System.Security.Principal": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03"
+ "System.Collections.Specialized": "4.4.0-beta-24717-02",
+ "System.IO": "4.4.0-beta-24717-02",
+ "System.Net.Primitives": "4.4.0-beta-24717-02",
+ "System.Net.Security": "4.4.0-beta-24717-02",
+ "System.Net.ServicePoint": "4.4.0-beta-24717-02",
+ "System.Net.WebHeaderCollection": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24717-02",
+ "System.Security.Principal": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.Net.Requests/src/project.json b/src/System.Net.Requests/src/project.json
index b863a55b6aea..fe7ef6a98764 100644
--- a/src/System.Net.Requests/src/project.json
+++ b/src/System.Net.Requests/src/project.json
@@ -3,34 +3,34 @@
"netstandard1.7": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1",
- "Microsoft.Win32.Primitives": "4.4.0-beta-24715-03",
- "System.Collections": "4.4.0-beta-24715-03",
- "System.Collections.Concurrent": "4.4.0-beta-24715-03",
- "System.Collections.NonGeneric": "4.4.0-beta-24715-03",
- "System.Collections.Specialized": "4.4.0-beta-24715-03",
- "System.Diagnostics.Debug": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tracing": "4.4.0-beta-24715-03",
- "System.Globalization": "4.4.0-beta-24715-03",
- "System.IO": "4.4.0-beta-24715-03",
- "System.IO.Compression": "4.4.0-beta-24715-03",
- "System.IO.FileSystem": "4.4.0-beta-24715-03",
- "System.Net.Http": "4.4.0-beta-24715-03",
- "System.Net.Primitives": "4.4.0-beta-24715-03",
- "System.Net.Security": "4.4.0-beta-24715-03",
- "System.Net.Sockets": "4.4.0-beta-24715-03",
- "System.Net.ServicePoint": "4.4.0-beta-24715-03",
- "System.Net.WebHeaderCollection": "4.4.0-beta-24715-03",
- "System.Resources.ResourceManager": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Runtime.InteropServices": "4.4.0-beta-24715-03",
- "System.Security.Principal": "4.4.0-beta-24715-03",
- "System.Security.Principal.Windows": "4.4.0-beta-24715-03",
- "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24715-03",
- "System.Threading": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03",
- "System.Threading.Thread": "4.4.0-beta-24715-03",
- "System.Runtime.Serialization.Primitives": "4.4.0-beta-24715-03"
+ "Microsoft.Win32.Primitives": "4.4.0-beta-24717-02",
+ "System.Collections": "4.4.0-beta-24717-02",
+ "System.Collections.Concurrent": "4.4.0-beta-24717-02",
+ "System.Collections.NonGeneric": "4.4.0-beta-24717-02",
+ "System.Collections.Specialized": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Debug": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tracing": "4.4.0-beta-24717-02",
+ "System.Globalization": "4.4.0-beta-24717-02",
+ "System.IO": "4.4.0-beta-24717-02",
+ "System.IO.Compression": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem": "4.4.0-beta-24717-02",
+ "System.Net.Http": "4.4.0-beta-24717-02",
+ "System.Net.Primitives": "4.4.0-beta-24717-02",
+ "System.Net.Security": "4.4.0-beta-24717-02",
+ "System.Net.Sockets": "4.4.0-beta-24717-02",
+ "System.Net.ServicePoint": "4.4.0-beta-24717-02",
+ "System.Net.WebHeaderCollection": "4.4.0-beta-24717-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Runtime.InteropServices": "4.4.0-beta-24717-02",
+ "System.Security.Principal": "4.4.0-beta-24717-02",
+ "System.Security.Principal.Windows": "4.4.0-beta-24717-02",
+ "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24717-02",
+ "System.Threading": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02",
+ "System.Threading.Thread": "4.4.0-beta-24717-02",
+ "System.Runtime.Serialization.Primitives": "4.4.0-beta-24717-02"
}
},
"net463": {
diff --git a/src/System.Net.Security/ref/project.json b/src/System.Net.Security/ref/project.json
index 402fad7c54c4..dc4709fd60b3 100644
--- a/src/System.Net.Security/ref/project.json
+++ b/src/System.Net.Security/ref/project.json
@@ -1,13 +1,13 @@
{
"dependencies": {
- "System.Collections.NonGeneric": "4.4.0-beta-24715-03",
- "System.IO": "4.4.0-beta-24715-03",
- "System.Net.Primitives": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Handles": "4.4.0-beta-24715-03",
- "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24715-03",
- "System.Security.Principal": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03"
+ "System.Collections.NonGeneric": "4.4.0-beta-24717-02",
+ "System.IO": "4.4.0-beta-24717-02",
+ "System.Net.Primitives": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Handles": "4.4.0-beta-24717-02",
+ "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24717-02",
+ "System.Security.Principal": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.7": {},
diff --git a/src/System.Net.Security/src/unix/project.json b/src/System.Net.Security/src/unix/project.json
index 60fd127016ec..e7a75a9a529c 100644
--- a/src/System.Net.Security/src/unix/project.json
+++ b/src/System.Net.Security/src/unix/project.json
@@ -3,27 +3,27 @@
"netstandard1.7": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1",
- "Microsoft.Win32.Primitives": "4.4.0-beta-24715-03",
- "System.Collections": "4.4.0-beta-24715-03",
- "System.Collections.Concurrent": "4.4.0-beta-24715-03",
- "System.Collections.NonGeneric": "4.4.0-beta-24715-03",
- "System.Diagnostics.Contracts": "4.4.0-beta-24715-03",
- "System.Diagnostics.Debug": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tracing": "4.4.0-beta-24715-03",
- "System.Globalization": "4.4.0-beta-24715-03",
- "System.Globalization.Extensions": "4.4.0-beta-24715-03",
- "System.Net.Primitives": "4.4.0-beta-24715-03",
- "System.Resources.ResourceManager": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Runtime.Handles": "4.4.0-beta-24715-03",
- "System.Security.Cryptography.OpenSsl": "4.4.0-beta-24715-03",
- "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24715-03",
- "System.Security.Principal": "4.4.0-beta-24715-03",
- "System.Security.Principal.Windows": "4.4.0-beta-24715-03",
- "System.Text.Encoding": "4.4.0-beta-24715-03",
- "System.Threading": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03",
- "System.Threading.ThreadPool": "4.4.0-beta-24715-03"
+ "Microsoft.Win32.Primitives": "4.4.0-beta-24717-02",
+ "System.Collections": "4.4.0-beta-24717-02",
+ "System.Collections.Concurrent": "4.4.0-beta-24717-02",
+ "System.Collections.NonGeneric": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Contracts": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Debug": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tracing": "4.4.0-beta-24717-02",
+ "System.Globalization": "4.4.0-beta-24717-02",
+ "System.Globalization.Extensions": "4.4.0-beta-24717-02",
+ "System.Net.Primitives": "4.4.0-beta-24717-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Runtime.Handles": "4.4.0-beta-24717-02",
+ "System.Security.Cryptography.OpenSsl": "4.4.0-beta-24717-02",
+ "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24717-02",
+ "System.Security.Principal": "4.4.0-beta-24717-02",
+ "System.Security.Principal.Windows": "4.4.0-beta-24717-02",
+ "System.Text.Encoding": "4.4.0-beta-24717-02",
+ "System.Threading": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02",
+ "System.Threading.ThreadPool": "4.4.0-beta-24717-02"
}
}
}
diff --git a/src/System.Net.Security/src/win/project.json b/src/System.Net.Security/src/win/project.json
index 26557613d87a..5931f12c6894 100644
--- a/src/System.Net.Security/src/win/project.json
+++ b/src/System.Net.Security/src/win/project.json
@@ -3,24 +3,24 @@
"netstandard1.7": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1",
- "Microsoft.Win32.Primitives": "4.4.0-beta-24715-03",
- "System.Collections": "4.4.0-beta-24715-03",
- "System.Collections.Concurrent": "4.4.0-beta-24715-03",
- "System.Collections.NonGeneric": "4.4.0-beta-24715-03",
- "System.Diagnostics.Contracts": "4.4.0-beta-24715-03",
- "System.Diagnostics.Debug": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tracing": "4.4.0-beta-24715-03",
- "System.Globalization": "4.4.0-beta-24715-03",
- "System.Net.Primitives": "4.4.0-beta-24715-03",
- "System.Resources.ResourceManager": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Runtime.Handles": "4.4.0-beta-24715-03",
- "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24715-03",
- "System.Security.Principal": "4.4.0-beta-24715-03",
- "System.Security.Principal.Windows": "4.4.0-beta-24715-03",
- "System.Threading": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03",
- "System.Threading.ThreadPool": "4.4.0-beta-24715-03"
+ "Microsoft.Win32.Primitives": "4.4.0-beta-24717-02",
+ "System.Collections": "4.4.0-beta-24717-02",
+ "System.Collections.Concurrent": "4.4.0-beta-24717-02",
+ "System.Collections.NonGeneric": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Contracts": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Debug": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tracing": "4.4.0-beta-24717-02",
+ "System.Globalization": "4.4.0-beta-24717-02",
+ "System.Net.Primitives": "4.4.0-beta-24717-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Runtime.Handles": "4.4.0-beta-24717-02",
+ "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24717-02",
+ "System.Security.Principal": "4.4.0-beta-24717-02",
+ "System.Security.Principal.Windows": "4.4.0-beta-24717-02",
+ "System.Threading": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02",
+ "System.Threading.ThreadPool": "4.4.0-beta-24717-02"
}
},
"net463": {
diff --git a/src/System.Net.Security/tests/FunctionalTests/unix/project.json b/src/System.Net.Security/tests/FunctionalTests/unix/project.json
index 78d8c1f45c1c..4f86d1781c34 100644
--- a/src/System.Net.Security/tests/FunctionalTests/unix/project.json
+++ b/src/System.Net.Security/tests/FunctionalTests/unix/project.json
@@ -1,26 +1,26 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "1.2.0-beta-24715-03",
- "Microsoft.Win32.Primitives": "4.4.0-beta-24715-03",
- "System.Collections": "4.4.0-beta-24715-03",
- "System.Collections.Concurrent": "4.4.0-beta-24715-03",
- "System.Diagnostics.Process": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tracing": "4.4.0-beta-24715-03",
- "System.Globalization.Extensions": "4.4.0-beta-24715-03",
- "System.IO.FileSystem": "4.4.0-beta-24715-03",
- "System.Linq.Expressions": "4.4.0-beta-24715-03",
- "System.Net.NameResolution": "4.4.0-beta-24715-03",
- "System.Net.Primitives": "4.4.0-beta-24715-03",
- "System.Net.Security": "4.4.0-beta-24715-03",
- "System.Net.Sockets": "4.4.0-beta-24715-03",
+ "Microsoft.NETCore.Platforms": "1.2.0-beta-24717-02",
+ "Microsoft.Win32.Primitives": "4.4.0-beta-24717-02",
+ "System.Collections": "4.4.0-beta-24717-02",
+ "System.Collections.Concurrent": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Process": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tracing": "4.4.0-beta-24717-02",
+ "System.Globalization.Extensions": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem": "4.4.0-beta-24717-02",
+ "System.Linq.Expressions": "4.4.0-beta-24717-02",
+ "System.Net.NameResolution": "4.4.0-beta-24717-02",
+ "System.Net.Primitives": "4.4.0-beta-24717-02",
+ "System.Net.Security": "4.4.0-beta-24717-02",
+ "System.Net.Sockets": "4.4.0-beta-24717-02",
"System.Net.TestData": "1.0.0-prerelease",
- "System.ObjectModel": "4.4.0-beta-24715-03",
- "System.Security.Cryptography.Algorithms": "4.4.0-beta-24715-03",
- "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24715-03",
- "System.Security.Principal": "4.4.0-beta-24715-03",
- "System.Text.RegularExpressions": "4.4.0-beta-24715-03",
- "System.Threading.Thread": "4.4.0-beta-24715-03",
- "System.Resources.ResourceManager": "4.4.0-beta-24715-03",
+ "System.ObjectModel": "4.4.0-beta-24717-02",
+ "System.Security.Cryptography.Algorithms": "4.4.0-beta-24717-02",
+ "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24717-02",
+ "System.Security.Principal": "4.4.0-beta-24717-02",
+ "System.Text.RegularExpressions": "4.4.0-beta-24717-02",
+ "System.Threading.Thread": "4.4.0-beta-24717-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24717-02",
"test-runtime": {
"target": "project",
"exclude": "compile"
diff --git a/src/System.Net.Security/tests/FunctionalTests/win/project.json b/src/System.Net.Security/tests/FunctionalTests/win/project.json
index 189bc101bc75..446dcf6e732c 100644
--- a/src/System.Net.Security/tests/FunctionalTests/win/project.json
+++ b/src/System.Net.Security/tests/FunctionalTests/win/project.json
@@ -1,22 +1,22 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "1.2.0-beta-24715-03",
- "System.Collections.Concurrent": "4.4.0-beta-24715-03",
- "System.Diagnostics.Process": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tracing": "4.4.0-beta-24715-03",
- "System.IO.FileSystem": "4.4.0-beta-24715-03",
- "System.Linq.Expressions": "4.4.0-beta-24715-03",
- "System.Net.NameResolution": "4.4.0-beta-24715-03",
- "System.Net.Primitives": "4.4.0-beta-24715-03",
- "System.Net.Sockets": "4.4.0-beta-24715-03",
+ "Microsoft.NETCore.Platforms": "1.2.0-beta-24717-02",
+ "System.Collections.Concurrent": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Process": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tracing": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem": "4.4.0-beta-24717-02",
+ "System.Linq.Expressions": "4.4.0-beta-24717-02",
+ "System.Net.NameResolution": "4.4.0-beta-24717-02",
+ "System.Net.Primitives": "4.4.0-beta-24717-02",
+ "System.Net.Sockets": "4.4.0-beta-24717-02",
"System.Net.TestData": "1.0.0-prerelease",
- "System.ObjectModel": "4.4.0-beta-24715-03",
- "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24715-03",
- "System.Security.Principal": "4.4.0-beta-24715-03",
- "System.Security.Principal.Windows": "4.4.0-beta-24715-03",
- "System.Text.RegularExpressions": "4.4.0-beta-24715-03",
- "System.Threading.Thread": "4.4.0-beta-24715-03",
- "System.Resources.ResourceManager": "4.4.0-beta-24715-03",
+ "System.ObjectModel": "4.4.0-beta-24717-02",
+ "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24717-02",
+ "System.Security.Principal": "4.4.0-beta-24717-02",
+ "System.Security.Principal.Windows": "4.4.0-beta-24717-02",
+ "System.Text.RegularExpressions": "4.4.0-beta-24717-02",
+ "System.Threading.Thread": "4.4.0-beta-24717-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24717-02",
"test-runtime": {
"target": "project",
"exclude": "compile"
diff --git a/src/System.Net.Security/tests/UnitTests/project.json b/src/System.Net.Security/tests/UnitTests/project.json
index aa4675d4edcd..eb2531081fac 100644
--- a/src/System.Net.Security/tests/UnitTests/project.json
+++ b/src/System.Net.Security/tests/UnitTests/project.json
@@ -1,15 +1,15 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "1.2.0-beta-24715-03",
- "System.Diagnostics.Tracing": "4.4.0-beta-24715-03",
- "System.Linq.Expressions": "4.4.0-beta-24715-03",
- "System.Net.Primitives": "4.4.0-beta-24715-03",
- "System.Net.Sockets": "4.4.0-beta-24715-03",
+ "Microsoft.NETCore.Platforms": "1.2.0-beta-24717-02",
+ "System.Diagnostics.Tracing": "4.4.0-beta-24717-02",
+ "System.Linq.Expressions": "4.4.0-beta-24717-02",
+ "System.Net.Primitives": "4.4.0-beta-24717-02",
+ "System.Net.Sockets": "4.4.0-beta-24717-02",
"System.Net.TestData": "1.0.0-prerelease",
- "System.ObjectModel": "4.4.0-beta-24715-03",
- "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24715-03",
- "System.Text.RegularExpressions": "4.4.0-beta-24715-03",
- "System.Resources.ResourceManager": "4.4.0-beta-24715-03",
+ "System.ObjectModel": "4.4.0-beta-24717-02",
+ "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24717-02",
+ "System.Text.RegularExpressions": "4.4.0-beta-24717-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24717-02",
"test-runtime": {
"target": "project",
"exclude": "compile"
diff --git a/src/System.Net.ServicePoint/ref/project.json b/src/System.Net.ServicePoint/ref/project.json
index 83937dedf275..d9981da3c6fb 100644
--- a/src/System.Net.ServicePoint/ref/project.json
+++ b/src/System.Net.ServicePoint/ref/project.json
@@ -1,9 +1,9 @@
{
"dependencies": {
- "System.Net.Primitives": "4.4.0-beta-24715-03",
- "System.Net.Security": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24715-03"
+ "System.Net.Primitives": "4.4.0-beta-24717-02",
+ "System.Net.Security": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.Net.ServicePoint/src/project.json b/src/System.Net.ServicePoint/src/project.json
index 3555f10f9c21..c282c2859755 100644
--- a/src/System.Net.ServicePoint/src/project.json
+++ b/src/System.Net.ServicePoint/src/project.json
@@ -3,15 +3,15 @@
"netstandard1.7": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1",
- "System.Collections": "4.4.0-beta-24715-03",
- "System.Collections.Concurrent": "4.4.0-beta-24715-03",
- "System.Diagnostics.Debug": "4.4.0-beta-24715-03",
- "System.Net.Primitives": "4.4.0-beta-24715-03",
- "System.Net.Security": "4.4.0-beta-24715-03",
- "System.Resources.ResourceManager": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24715-03"
+ "System.Collections": "4.4.0-beta-24717-02",
+ "System.Collections.Concurrent": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Debug": "4.4.0-beta-24717-02",
+ "System.Net.Primitives": "4.4.0-beta-24717-02",
+ "System.Net.Security": "4.4.0-beta-24717-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24717-02"
}
},
"net463": {
diff --git a/src/System.Net.Sockets/ref/project.json b/src/System.Net.Sockets/ref/project.json
index e1976d087771..81f48b525d1d 100644
--- a/src/System.Net.Sockets/ref/project.json
+++ b/src/System.Net.Sockets/ref/project.json
@@ -1,10 +1,10 @@
{
"dependencies": {
- "System.IO": "4.4.0-beta-24715-03",
- "System.IO.FileSystem.Primitives": "4.4.0-beta-24715-03",
- "System.Net.Primitives": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03"
+ "System.IO": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem.Primitives": "4.4.0-beta-24717-02",
+ "System.Net.Primitives": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.Net.Sockets/src/project.json b/src/System.Net.Sockets/src/project.json
index 2537c5944dba..53a1f00a41d3 100644
--- a/src/System.Net.Sockets/src/project.json
+++ b/src/System.Net.Sockets/src/project.json
@@ -2,25 +2,25 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "System.Buffers": "4.4.0-beta-24715-03",
- "System.Collections": "4.4.0-beta-24715-03",
- "System.Diagnostics.Debug": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tracing": "4.4.0-beta-24715-03",
- "System.Globalization": "4.4.0-beta-24715-03",
- "System.IO": "4.4.0-beta-24715-03",
- "System.IO.FileSystem": "4.4.0-beta-24715-03",
- "System.IO.FileSystem.Primitives": "4.4.0-beta-24715-03",
- "System.Net.NameResolution": "4.4.0-beta-24715-03",
- "System.Net.Primitives": "4.4.0-beta-24715-03",
- "System.Resources.ResourceManager": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Runtime.Handles": "4.4.0-beta-24715-03",
- "System.Runtime.InteropServices": "4.4.0-beta-24715-03",
- "System.Security.Principal.Windows": "4.4.0-beta-24715-03",
- "System.Threading": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03",
- "System.Threading.ThreadPool": "4.4.0-beta-24715-03"
+ "System.Buffers": "4.4.0-beta-24717-02",
+ "System.Collections": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Debug": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tracing": "4.4.0-beta-24717-02",
+ "System.Globalization": "4.4.0-beta-24717-02",
+ "System.IO": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem.Primitives": "4.4.0-beta-24717-02",
+ "System.Net.NameResolution": "4.4.0-beta-24717-02",
+ "System.Net.Primitives": "4.4.0-beta-24717-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Runtime.Handles": "4.4.0-beta-24717-02",
+ "System.Runtime.InteropServices": "4.4.0-beta-24717-02",
+ "System.Security.Principal.Windows": "4.4.0-beta-24717-02",
+ "System.Threading": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02",
+ "System.Threading.ThreadPool": "4.4.0-beta-24717-02"
}
},
"net463": {
diff --git a/src/System.Net.Sockets/src/win/project.json b/src/System.Net.Sockets/src/win/project.json
index 1963c5716c0d..b3b4dffaf578 100644
--- a/src/System.Net.Sockets/src/win/project.json
+++ b/src/System.Net.Sockets/src/win/project.json
@@ -2,26 +2,26 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "System.Buffers": "4.4.0-beta-24715-03",
- "System.Collections": "4.4.0-beta-24715-03",
- "System.Diagnostics.Debug": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tracing": "4.4.0-beta-24715-03",
- "System.Globalization": "4.4.0-beta-24715-03",
- "System.IO": "4.4.0-beta-24715-03",
- "System.IO.FileSystem": "4.4.0-beta-24715-03",
- "System.IO.FileSystem.Primitives": "4.4.0-beta-24715-03",
- "System.Net.NameResolution": "4.4.0-beta-24715-03",
- "System.Net.Primitives": "4.4.0-beta-24715-03",
- "System.Resources.ResourceManager": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Runtime.Handles": "4.4.0-beta-24715-03",
- "System.Runtime.InteropServices": "4.4.0-beta-24715-03",
- "System.Security.Principal.Windows": "4.4.0-beta-24715-03",
- "System.Threading": "4.4.0-beta-24715-03",
- "System.Threading.Overlapped": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03",
- "System.Threading.ThreadPool": "4.4.0-beta-24715-03"
+ "System.Buffers": "4.4.0-beta-24717-02",
+ "System.Collections": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Debug": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tracing": "4.4.0-beta-24717-02",
+ "System.Globalization": "4.4.0-beta-24717-02",
+ "System.IO": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem.Primitives": "4.4.0-beta-24717-02",
+ "System.Net.NameResolution": "4.4.0-beta-24717-02",
+ "System.Net.Primitives": "4.4.0-beta-24717-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Runtime.Handles": "4.4.0-beta-24717-02",
+ "System.Runtime.InteropServices": "4.4.0-beta-24717-02",
+ "System.Security.Principal.Windows": "4.4.0-beta-24717-02",
+ "System.Threading": "4.4.0-beta-24717-02",
+ "System.Threading.Overlapped": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02",
+ "System.Threading.ThreadPool": "4.4.0-beta-24717-02"
}
}
}
diff --git a/src/System.Net.WebClient/ref/project.json b/src/System.Net.WebClient/ref/project.json
index f481d8638c56..116688a11319 100644
--- a/src/System.Net.WebClient/ref/project.json
+++ b/src/System.Net.WebClient/ref/project.json
@@ -1,16 +1,16 @@
{
"dependencies": {
- "System.Collections.Specialized": "4.4.0-beta-24715-03",
- "System.ComponentModel": "4.4.0-beta-24715-03",
- "System.ComponentModel.Primitives": "4.4.0-beta-24715-03",
- "System.ComponentModel.EventBasedAsync": "4.4.0-beta-24715-03",
- "System.IO": "4.4.0-beta-24715-03",
- "System.Net.Primitives": "4.4.0-beta-24715-03",
- "System.Net.Requests": "4.4.0-beta-24715-03",
- "System.Net.WebHeaderCollection": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Text.Encoding": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03"
+ "System.Collections.Specialized": "4.4.0-beta-24717-02",
+ "System.ComponentModel": "4.4.0-beta-24717-02",
+ "System.ComponentModel.Primitives": "4.4.0-beta-24717-02",
+ "System.ComponentModel.EventBasedAsync": "4.4.0-beta-24717-02",
+ "System.IO": "4.4.0-beta-24717-02",
+ "System.Net.Primitives": "4.4.0-beta-24717-02",
+ "System.Net.Requests": "4.4.0-beta-24717-02",
+ "System.Net.WebHeaderCollection": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Text.Encoding": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.Net.WebClient/src/project.json b/src/System.Net.WebClient/src/project.json
index 62c45eb52f3d..20ad1c7d5d6d 100644
--- a/src/System.Net.WebClient/src/project.json
+++ b/src/System.Net.WebClient/src/project.json
@@ -3,26 +3,26 @@
"netstandard1.7": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1",
- "System.Collections": "4.4.0-beta-24715-03",
- "System.Collections.Specialized": "4.4.0-beta-24715-03",
- "System.ComponentModel": "4.4.0-beta-24715-03",
- "System.ComponentModel.Primitives": "4.4.0-beta-24715-03",
- "System.ComponentModel.EventBasedAsync": "4.4.0-beta-24715-03",
- "System.Diagnostics.Debug": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tools": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tracing": "4.4.0-beta-24715-03",
- "System.IO": "4.4.0-beta-24715-03",
- "System.IO.FileSystem": "4.4.0-beta-24715-03",
- "System.Globalization": "4.4.0-beta-24715-03",
- "System.Globalization.Extensions": "4.4.0-beta-24715-03",
- "System.Net.Primitives": "4.4.0-beta-24715-03",
- "System.Net.Requests": "4.4.0-beta-24715-03",
- "System.Resources.ResourceManager": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Text.Encoding": "4.4.0-beta-24715-03",
- "System.Threading": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03"
+ "System.Collections": "4.4.0-beta-24717-02",
+ "System.Collections.Specialized": "4.4.0-beta-24717-02",
+ "System.ComponentModel": "4.4.0-beta-24717-02",
+ "System.ComponentModel.Primitives": "4.4.0-beta-24717-02",
+ "System.ComponentModel.EventBasedAsync": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Debug": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tools": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tracing": "4.4.0-beta-24717-02",
+ "System.IO": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem": "4.4.0-beta-24717-02",
+ "System.Globalization": "4.4.0-beta-24717-02",
+ "System.Globalization.Extensions": "4.4.0-beta-24717-02",
+ "System.Net.Primitives": "4.4.0-beta-24717-02",
+ "System.Net.Requests": "4.4.0-beta-24717-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Text.Encoding": "4.4.0-beta-24717-02",
+ "System.Threading": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02"
}
},
"net463": {
diff --git a/src/System.Net.WebHeaderCollection/ref/project.json b/src/System.Net.WebHeaderCollection/ref/project.json
index ee3532e4d12e..1c52a4f1d371 100644
--- a/src/System.Net.WebHeaderCollection/ref/project.json
+++ b/src/System.Net.WebHeaderCollection/ref/project.json
@@ -2,8 +2,8 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Collections.Specialized": "4.4.0-beta-24715-03"
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Collections.Specialized": "4.4.0-beta-24717-02"
}
}
}
diff --git a/src/System.Net.WebHeaderCollection/src/project.json b/src/System.Net.WebHeaderCollection/src/project.json
index 678659515c7f..8a2e394e5362 100644
--- a/src/System.Net.WebHeaderCollection/src/project.json
+++ b/src/System.Net.WebHeaderCollection/src/project.json
@@ -2,14 +2,14 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "Microsoft.NETCore.Platforms": "1.2.0-beta-24715-03",
- "System.Collections": "4.4.0-beta-24715-03",
- "System.Collections.Specialized": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tracing": "4.4.0-beta-24715-03",
- "System.Diagnostics.Debug": "4.4.0-beta-24715-03",
- "System.Resources.ResourceManager": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03"
+ "Microsoft.NETCore.Platforms": "1.2.0-beta-24717-02",
+ "System.Collections": "4.4.0-beta-24717-02",
+ "System.Collections.Specialized": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tracing": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Debug": "4.4.0-beta-24717-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02"
}
},
"net463": {
diff --git a/src/System.Net.WebProxy/ref/project.json b/src/System.Net.WebProxy/ref/project.json
index 51a6a7818f2b..16acc1428b58 100644
--- a/src/System.Net.WebProxy/ref/project.json
+++ b/src/System.Net.WebProxy/ref/project.json
@@ -1,9 +1,9 @@
{
"dependencies": {
- "System.Collections.NonGeneric": "4.4.0-beta-24715-03",
- "System.Net.Primitives": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03"
+ "System.Collections.NonGeneric": "4.4.0-beta-24717-02",
+ "System.Net.Primitives": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.Net.WebProxy/src/project.json b/src/System.Net.WebProxy/src/project.json
index d71b77cdfda0..ba352d79e963 100644
--- a/src/System.Net.WebProxy/src/project.json
+++ b/src/System.Net.WebProxy/src/project.json
@@ -3,26 +3,26 @@
"netstandard1.7": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1",
- "System.Collections": "4.4.0-beta-24715-03",
- "System.Collections.NonGeneric": "4.4.0-beta-24715-03",
- "System.Diagnostics.Debug": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tools": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tracing": "4.4.0-beta-24715-03",
- "System.IO": "4.4.0-beta-24715-03",
- "System.Globalization": "4.4.0-beta-24715-03",
- "System.Globalization.Extensions": "4.4.0-beta-24715-03",
- "System.Net.NameResolution": "4.4.0-beta-24715-03",
- "System.Net.NetworkInformation": "4.4.0-beta-24715-03",
- "System.Net.Primitives": "4.4.0-beta-24715-03",
- "System.Net.Requests": "4.4.0-beta-24715-03",
- "System.Net.Sockets": "4.4.0-beta-24715-03",
- "System.Resources.ResourceManager": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Text.Encoding": "4.4.0-beta-24715-03",
- "System.Text.RegularExpressions": "4.4.0-beta-24715-03",
- "System.Threading": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03"
+ "System.Collections": "4.4.0-beta-24717-02",
+ "System.Collections.NonGeneric": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Debug": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tools": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tracing": "4.4.0-beta-24717-02",
+ "System.IO": "4.4.0-beta-24717-02",
+ "System.Globalization": "4.4.0-beta-24717-02",
+ "System.Globalization.Extensions": "4.4.0-beta-24717-02",
+ "System.Net.NameResolution": "4.4.0-beta-24717-02",
+ "System.Net.NetworkInformation": "4.4.0-beta-24717-02",
+ "System.Net.Primitives": "4.4.0-beta-24717-02",
+ "System.Net.Requests": "4.4.0-beta-24717-02",
+ "System.Net.Sockets": "4.4.0-beta-24717-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Text.Encoding": "4.4.0-beta-24717-02",
+ "System.Text.RegularExpressions": "4.4.0-beta-24717-02",
+ "System.Threading": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02"
}
},
"net463": {
diff --git a/src/System.Net.WebSockets/ref/project.json b/src/System.Net.WebSockets/ref/project.json
index baec4e2f17e7..a90984b3d527 100644
--- a/src/System.Net.WebSockets/ref/project.json
+++ b/src/System.Net.WebSockets/ref/project.json
@@ -1,12 +1,12 @@
{
"dependencies": {
- "Microsoft.Win32.Primitives": "4.4.0-beta-24715-03",
- "System.Collections.Specialized": "4.4.0-beta-24715-03",
- "System.IO": "4.4.0-beta-24715-03",
- "System.Net.Primitives": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Security.Principal": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03"
+ "Microsoft.Win32.Primitives": "4.4.0-beta-24717-02",
+ "System.Collections.Specialized": "4.4.0-beta-24717-02",
+ "System.IO": "4.4.0-beta-24717-02",
+ "System.Net.Primitives": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Security.Principal": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.Net.WebSockets/src/project.json b/src/System.Net.WebSockets/src/project.json
index de77f7fc15d5..d5e7d64157e2 100644
--- a/src/System.Net.WebSockets/src/project.json
+++ b/src/System.Net.WebSockets/src/project.json
@@ -2,17 +2,17 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "Microsoft.Win32.Primitives": "4.4.0-beta-24715-03",
- "System.Collections.Specialized": "4.4.0-beta-24715-03",
- "System.Diagnostics.Debug": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tools": "4.4.0-beta-24715-03",
- "System.Net.Primitives": "4.4.0-beta-24715-03",
- "System.Resources.ResourceManager": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Runtime.InteropServices": "4.4.0-beta-24715-03",
- "System.Security.Principal": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03"
+ "Microsoft.Win32.Primitives": "4.4.0-beta-24717-02",
+ "System.Collections.Specialized": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Debug": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tools": "4.4.0-beta-24717-02",
+ "System.Net.Primitives": "4.4.0-beta-24717-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Runtime.InteropServices": "4.4.0-beta-24717-02",
+ "System.Security.Principal": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02"
}
},
"net463": {
diff --git a/src/System.ObjectModel/ref/project.json b/src/System.ObjectModel/ref/project.json
index ce8cc36b20fa..b634c38b0ef9 100644
--- a/src/System.ObjectModel/ref/project.json
+++ b/src/System.ObjectModel/ref/project.json
@@ -1,7 +1,7 @@
{
"dependencies": {
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Collections": "4.4.0-beta-24715-03"
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Collections": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.ObjectModel/src/project.json b/src/System.ObjectModel/src/project.json
index 20c143a81ab1..00d622776b69 100644
--- a/src/System.ObjectModel/src/project.json
+++ b/src/System.ObjectModel/src/project.json
@@ -2,14 +2,14 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "Microsoft.NETCore.Platforms": "1.2.0-beta-24715-03",
- "System.Collections": "4.4.0-beta-24715-03",
- "System.Diagnostics.Contracts": "4.4.0-beta-24715-03",
- "System.Diagnostics.Debug": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tools": "4.4.0-beta-24715-03",
- "System.Resources.ResourceManager": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Threading": "4.4.0-beta-24715-03"
+ "Microsoft.NETCore.Platforms": "1.2.0-beta-24717-02",
+ "System.Collections": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Contracts": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Debug": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tools": "4.4.0-beta-24717-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Threading": "4.4.0-beta-24717-02"
}
},
"net463": {
diff --git a/src/System.Private.DataContractSerialization/src/project.json b/src/System.Private.DataContractSerialization/src/project.json
index 8ee53684f14d..6c5105abb0bc 100644
--- a/src/System.Private.DataContractSerialization/src/project.json
+++ b/src/System.Private.DataContractSerialization/src/project.json
@@ -2,36 +2,36 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "Microsoft.NETCore.Platforms": "1.2.0-beta-24715-03",
- "System.CodeDom": "4.4.0-beta-24715-03",
- "System.Collections": "4.4.0-beta-24715-03",
- "System.Collections.Concurrent": "4.4.0-beta-24715-03",
- "System.Diagnostics.Debug": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tools": "4.4.0-beta-24715-03",
- "System.Globalization": "4.4.0-beta-24715-03",
- "System.IO": "4.4.0-beta-24715-03",
- "System.Linq": "4.4.0-beta-24715-03",
- "System.Reflection": "4.4.0-beta-24715-03",
- "System.Reflection.Emit": "4.4.0-beta-24715-03",
- "System.Reflection.Emit.ILGeneration": "4.4.0-beta-24715-03",
- "System.Reflection.Emit.Lightweight": "4.4.0-beta-24715-03",
- "System.Reflection.Extensions": "4.4.0-beta-24715-03",
- "System.Reflection.Primitives": "4.4.0-beta-24715-03",
- "System.Reflection.TypeExtensions": "4.4.0-beta-24715-03",
- "System.Resources.ResourceManager": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Runtime.Serialization.Primitives": "4.4.0-beta-24715-03",
- "System.Runtime.Serialization.Formatters": "4.4.0-beta-24715-03",
- "System.Text.Encoding": "4.4.0-beta-24715-03",
- "System.Text.Encoding.Extensions": "4.4.0-beta-24715-03",
- "System.Text.RegularExpressions": "4.4.0-beta-24715-03",
- "System.Threading": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03",
- "System.Xml.ReaderWriter": "4.4.0-beta-24715-03",
- "System.Xml.XDocument": "4.4.0-beta-24715-03",
- "System.Xml.XmlDocument": "4.4.0-beta-24715-03",
- "System.Xml.XmlSerializer": "4.4.0-beta-24715-03"
+ "Microsoft.NETCore.Platforms": "1.2.0-beta-24717-02",
+ "System.CodeDom": "4.4.0-beta-24717-02",
+ "System.Collections": "4.4.0-beta-24717-02",
+ "System.Collections.Concurrent": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Debug": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tools": "4.4.0-beta-24717-02",
+ "System.Globalization": "4.4.0-beta-24717-02",
+ "System.IO": "4.4.0-beta-24717-02",
+ "System.Linq": "4.4.0-beta-24717-02",
+ "System.Reflection": "4.4.0-beta-24717-02",
+ "System.Reflection.Emit": "4.4.0-beta-24717-02",
+ "System.Reflection.Emit.ILGeneration": "4.4.0-beta-24717-02",
+ "System.Reflection.Emit.Lightweight": "4.4.0-beta-24717-02",
+ "System.Reflection.Extensions": "4.4.0-beta-24717-02",
+ "System.Reflection.Primitives": "4.4.0-beta-24717-02",
+ "System.Reflection.TypeExtensions": "4.4.0-beta-24717-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Runtime.Serialization.Primitives": "4.4.0-beta-24717-02",
+ "System.Runtime.Serialization.Formatters": "4.4.0-beta-24717-02",
+ "System.Text.Encoding": "4.4.0-beta-24717-02",
+ "System.Text.Encoding.Extensions": "4.4.0-beta-24717-02",
+ "System.Text.RegularExpressions": "4.4.0-beta-24717-02",
+ "System.Threading": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02",
+ "System.Xml.ReaderWriter": "4.4.0-beta-24717-02",
+ "System.Xml.XDocument": "4.4.0-beta-24717-02",
+ "System.Xml.XmlDocument": "4.4.0-beta-24717-02",
+ "System.Xml.XmlSerializer": "4.4.0-beta-24717-02"
}
}
}
diff --git a/src/System.Private.DataContractSerialization/src/uap101aot/project.json b/src/System.Private.DataContractSerialization/src/uap101aot/project.json
index 77a39fdd6e97..95205e342651 100644
--- a/src/System.Private.DataContractSerialization/src/uap101aot/project.json
+++ b/src/System.Private.DataContractSerialization/src/uap101aot/project.json
@@ -3,7 +3,7 @@
"netcore50": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1",
- "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-24716-00",
+ "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-24717-00",
"System.Collections": "4.0.11",
"System.Collections.Concurrent": "4.0.12",
"System.Diagnostics.Debug": "4.0.11",
diff --git a/src/System.Private.Uri/src/project.json b/src/System.Private.Uri/src/project.json
index 31f7912e915e..3475fc5ef1f5 100644
--- a/src/System.Private.Uri/src/project.json
+++ b/src/System.Private.Uri/src/project.json
@@ -2,17 +2,17 @@
"frameworks": {
"netstandard1.0": {
"dependencies": {
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24716-02"
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24717-03"
}
},
"netcore50": {
"dependencies": {
- "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-24716-00"
+ "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-24717-00"
}
},
"uap10.1": {
"dependencies": {
- "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-24716-00"
+ "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-24717-00"
}
}
}
diff --git a/src/System.Private.Xml.Linq/src/project.json b/src/System.Private.Xml.Linq/src/project.json
index 8a99cf977ef6..a2f148a81341 100644
--- a/src/System.Private.Xml.Linq/src/project.json
+++ b/src/System.Private.Xml.Linq/src/project.json
@@ -2,28 +2,28 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Resources.ResourceManager": "4.4.0-beta-24715-03",
- "System.Globalization": "4.4.0-beta-24715-03",
- "System.Collections": "4.4.0-beta-24715-03",
- "System.Collections.NonGeneric": "4.4.0-beta-24715-03",
- "System.Collections.Specialized": "4.4.0-beta-24715-03",
- "System.Diagnostics.TraceSource": "4.4.0-beta-24715-03",
- "Microsoft.Win32.Registry": "4.4.0-beta-24715-03",
- "System.IO.FileSystem": "4.4.0-beta-24715-03",
- "System.Reflection.TypeExtensions": "4.4.0-beta-24715-03",
- "System.ComponentModel.TypeConverter": "4.4.0-beta-24715-03",
- "System.Console": "4.4.0-beta-24715-03",
- "System.IO": "4.4.0-beta-24715-03",
- "System.Linq": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tools": "4.4.0-beta-24715-03",
- "System.Diagnostics.Debug": "4.4.0-beta-24715-03",
- "System.Reflection": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Threading": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03",
- "System.Threading.Tasks.Extensions": "4.4.0-beta-24715-03",
- "System.Text.Encoding": "4.4.0-beta-24715-03"
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24717-02",
+ "System.Globalization": "4.4.0-beta-24717-02",
+ "System.Collections": "4.4.0-beta-24717-02",
+ "System.Collections.NonGeneric": "4.4.0-beta-24717-02",
+ "System.Collections.Specialized": "4.4.0-beta-24717-02",
+ "System.Diagnostics.TraceSource": "4.4.0-beta-24717-02",
+ "Microsoft.Win32.Registry": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem": "4.4.0-beta-24717-02",
+ "System.Reflection.TypeExtensions": "4.4.0-beta-24717-02",
+ "System.ComponentModel.TypeConverter": "4.4.0-beta-24717-02",
+ "System.Console": "4.4.0-beta-24717-02",
+ "System.IO": "4.4.0-beta-24717-02",
+ "System.Linq": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tools": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Debug": "4.4.0-beta-24717-02",
+ "System.Reflection": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Threading": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks.Extensions": "4.4.0-beta-24717-02",
+ "System.Text.Encoding": "4.4.0-beta-24717-02"
}
},
"net463": {
diff --git a/src/System.Private.Xml.Linq/tests/Schema/project.json b/src/System.Private.Xml.Linq/tests/Schema/project.json
index 40b047bfeabe..4a0305a91d84 100644
--- a/src/System.Private.Xml.Linq/tests/Schema/project.json
+++ b/src/System.Private.Xml.Linq/tests/Schema/project.json
@@ -1,9 +1,9 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "1.2.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Xml.ReaderWriter": "4.4.0-beta-24715-03",
- "System.Xml.XDocument": "4.4.0-beta-24715-03",
+ "Microsoft.NETCore.Platforms": "1.2.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Xml.ReaderWriter": "4.4.0-beta-24717-02",
+ "System.Xml.XDocument": "4.4.0-beta-24717-02",
"test-runtime": {
"target": "project",
"exclude": "compile"
diff --git a/src/System.Private.Xml.Linq/tests/XDocument.Common/project.json b/src/System.Private.Xml.Linq/tests/XDocument.Common/project.json
index 3c470dc22cf0..e8966b87a6b3 100644
--- a/src/System.Private.Xml.Linq/tests/XDocument.Common/project.json
+++ b/src/System.Private.Xml.Linq/tests/XDocument.Common/project.json
@@ -1,18 +1,18 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "1.2.0-beta-24715-03",
- "System.Collections": "4.4.0-beta-24715-03",
- "System.Diagnostics.Debug": "4.4.0-beta-24715-03",
- "System.IO": "4.4.0-beta-24715-03",
- "System.Linq": "4.4.0-beta-24715-03",
- "System.Linq.Expressions": "4.4.0-beta-24715-03",
- "System.ObjectModel": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Text.Encoding": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03",
- "System.Xml.ReaderWriter": "4.4.0-beta-24715-03",
- "System.Xml.XDocument": "4.4.0-beta-24715-03",
+ "Microsoft.NETCore.Platforms": "1.2.0-beta-24717-02",
+ "System.Collections": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Debug": "4.4.0-beta-24717-02",
+ "System.IO": "4.4.0-beta-24717-02",
+ "System.Linq": "4.4.0-beta-24717-02",
+ "System.Linq.Expressions": "4.4.0-beta-24717-02",
+ "System.ObjectModel": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Text.Encoding": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02",
+ "System.Xml.ReaderWriter": "4.4.0-beta-24717-02",
+ "System.Xml.XDocument": "4.4.0-beta-24717-02",
"test-runtime": {
"target": "project",
"exclude": "compile"
diff --git a/src/System.Private.Xml.Linq/tests/XDocument.Test.ModuleCore/project.json b/src/System.Private.Xml.Linq/tests/XDocument.Test.ModuleCore/project.json
index 6c230d6fa07e..b30ae208d792 100644
--- a/src/System.Private.Xml.Linq/tests/XDocument.Test.ModuleCore/project.json
+++ b/src/System.Private.Xml.Linq/tests/XDocument.Test.ModuleCore/project.json
@@ -1,15 +1,15 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "1.2.0-beta-24715-03",
- "System.Collections": "4.4.0-beta-24715-03",
- "System.Console": "4.4.0-beta-24715-03",
- "System.IO": "4.4.0-beta-24715-03",
- "System.Linq": "4.4.0-beta-24715-03",
- "System.Linq.Expressions": "4.4.0-beta-24715-03",
- "System.ObjectModel": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Text.Encoding": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03",
+ "Microsoft.NETCore.Platforms": "1.2.0-beta-24717-02",
+ "System.Collections": "4.4.0-beta-24717-02",
+ "System.Console": "4.4.0-beta-24717-02",
+ "System.IO": "4.4.0-beta-24717-02",
+ "System.Linq": "4.4.0-beta-24717-02",
+ "System.Linq.Expressions": "4.4.0-beta-24717-02",
+ "System.ObjectModel": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Text.Encoding": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02",
"test-runtime": {
"target": "project",
"exclude": "compile"
diff --git a/src/System.Private.Xml/src/project.json b/src/System.Private.Xml/src/project.json
index c49f6125b163..d99ffd8aecf7 100644
--- a/src/System.Private.Xml/src/project.json
+++ b/src/System.Private.Xml/src/project.json
@@ -7,43 +7,43 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "Microsoft.CSharp": "4.4.0-beta-24715-03",
- "Microsoft.NETCore.Platforms": "1.2.0-beta-24715-03",
- "Microsoft.NETCore.Runtime.CoreCLR": "1.2.0-beta-24716-02",
- "Microsoft.Win32.Registry": "4.4.0-beta-24715-03",
- "System.Collections": "4.4.0-beta-24715-03",
- "System.Collections.NonGeneric": "4.4.0-beta-24715-03",
- "System.Collections.Specialized": "4.4.0-beta-24715-03",
- "System.Console": "4.4.0-beta-24715-03",
- "System.ComponentModel.TypeConverter": "4.4.0-beta-24715-03",
- "System.Diagnostics.Contracts": "4.4.0-beta-24715-03",
- "System.Diagnostics.Debug": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tools": "4.4.0-beta-24715-03",
- "System.Diagnostics.TraceSource": "4.4.0-beta-24715-03",
- "System.Globalization": "4.4.0-beta-24715-03",
- "System.IO": "4.4.0-beta-24715-03",
- "System.IO.FileSystem": "4.4.0-beta-24715-03",
- "System.IO.FileSystem.Primitives": "4.4.0-beta-24715-03",
- "System.Linq": "4.4.0-beta-24715-03",
- "System.Net.Http": "4.4.0-beta-24715-03",
- "System.Reflection": "4.4.0-beta-24715-03",
- "System.Reflection.Emit": "4.4.0-beta-24715-03",
- "System.Reflection.Emit.ILGeneration": "4.4.0-beta-24715-03",
- "System.Reflection.Emit.Lightweight": "4.4.0-beta-24715-03",
- "System.Reflection.Extensions": "4.4.0-beta-24715-03",
- "System.Reflection.Primitives": "4.4.0-beta-24715-03",
- "System.Reflection.TypeExtensions": "4.4.0-beta-24715-03",
- "System.Resources.ResourceManager": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Runtime.InteropServices": "4.4.0-beta-24715-03",
- "System.Security.Permissions": "4.4.0-beta-24715-03",
- "System.Text.Encoding": "4.4.0-beta-24715-03",
- "System.Text.Encoding.Extensions": "4.4.0-beta-24715-03",
- "System.Text.RegularExpressions": "4.4.0-beta-24715-03",
- "System.Threading": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03",
- "System.Threading.Tasks.Extensions": "4.4.0-beta-24715-03"
+ "Microsoft.CSharp": "4.4.0-beta-24717-02",
+ "Microsoft.NETCore.Platforms": "1.2.0-beta-24717-02",
+ "Microsoft.NETCore.Runtime.CoreCLR": "1.2.0-beta-24717-03",
+ "Microsoft.Win32.Registry": "4.4.0-beta-24717-02",
+ "System.Collections": "4.4.0-beta-24717-02",
+ "System.Collections.NonGeneric": "4.4.0-beta-24717-02",
+ "System.Collections.Specialized": "4.4.0-beta-24717-02",
+ "System.Console": "4.4.0-beta-24717-02",
+ "System.ComponentModel.TypeConverter": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Contracts": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Debug": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tools": "4.4.0-beta-24717-02",
+ "System.Diagnostics.TraceSource": "4.4.0-beta-24717-02",
+ "System.Globalization": "4.4.0-beta-24717-02",
+ "System.IO": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem.Primitives": "4.4.0-beta-24717-02",
+ "System.Linq": "4.4.0-beta-24717-02",
+ "System.Net.Http": "4.4.0-beta-24717-02",
+ "System.Reflection": "4.4.0-beta-24717-02",
+ "System.Reflection.Emit": "4.4.0-beta-24717-02",
+ "System.Reflection.Emit.ILGeneration": "4.4.0-beta-24717-02",
+ "System.Reflection.Emit.Lightweight": "4.4.0-beta-24717-02",
+ "System.Reflection.Extensions": "4.4.0-beta-24717-02",
+ "System.Reflection.Primitives": "4.4.0-beta-24717-02",
+ "System.Reflection.TypeExtensions": "4.4.0-beta-24717-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Runtime.InteropServices": "4.4.0-beta-24717-02",
+ "System.Security.Permissions": "4.4.0-beta-24717-02",
+ "System.Text.Encoding": "4.4.0-beta-24717-02",
+ "System.Text.Encoding.Extensions": "4.4.0-beta-24717-02",
+ "System.Text.RegularExpressions": "4.4.0-beta-24717-02",
+ "System.Threading": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks.Extensions": "4.4.0-beta-24717-02"
}
},
"net463": {
@@ -53,44 +53,44 @@
},
"uap10.1": {
"dependencies": {
- "Microsoft.CSharp": "4.4.0-beta-24715-03",
- "Microsoft.NETCore.Platforms": "1.2.0-beta-24715-03",
- "Microsoft.NETCore.Runtime.CoreCLR": "1.2.0-beta-24716-02",
- "Microsoft.Win32.Registry": "4.4.0-beta-24715-03",
- "System.Collections": "4.4.0-beta-24715-03",
- "System.Collections.NonGeneric": "4.4.0-beta-24715-03",
- "System.Collections.Specialized": "4.4.0-beta-24715-03",
- "System.Console": "4.4.0-beta-24715-03",
- "System.ComponentModel.TypeConverter": "4.4.0-beta-24715-03",
- "System.Data.Common": "4.4.0-beta-24715-03",
- "System.Diagnostics.Contracts": "4.4.0-beta-24715-03",
- "System.Diagnostics.Debug": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tools": "4.4.0-beta-24715-03",
- "System.Diagnostics.TraceSource": "4.4.0-beta-24715-03",
- "System.Globalization": "4.4.0-beta-24715-03",
- "System.IO": "4.4.0-beta-24715-03",
- "System.IO.FileSystem": "4.4.0-beta-24715-03",
- "System.IO.FileSystem.Primitives": "4.4.0-beta-24715-03",
- "System.Linq": "4.4.0-beta-24715-03",
- "System.Net.Http": "4.4.0-beta-24715-03",
- "System.Net.Primitives": "4.4.0-beta-24715-03",
- "System.Reflection": "4.4.0-beta-24715-03",
- "System.Reflection.Emit": "4.4.0-beta-24715-03",
- "System.Reflection.Emit.ILGeneration": "4.4.0-beta-24715-03",
- "System.Reflection.Emit.Lightweight": "4.4.0-beta-24715-03",
- "System.Reflection.Extensions": "4.4.0-beta-24715-03",
- "System.Reflection.Primitives": "4.4.0-beta-24715-03",
- "System.Reflection.TypeExtensions": "4.4.0-beta-24715-03",
- "System.Resources.ResourceManager": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Runtime.InteropServices": "4.4.0-beta-24715-03",
- "System.Text.Encoding": "4.4.0-beta-24715-03",
- "System.Text.Encoding.Extensions": "4.4.0-beta-24715-03",
- "System.Text.RegularExpressions": "4.4.0-beta-24715-03",
- "System.Threading": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03",
- "System.Threading.Tasks.Extensions": "4.4.0-beta-24715-03"
+ "Microsoft.CSharp": "4.4.0-beta-24717-02",
+ "Microsoft.NETCore.Platforms": "1.2.0-beta-24717-02",
+ "Microsoft.NETCore.Runtime.CoreCLR": "1.2.0-beta-24717-03",
+ "Microsoft.Win32.Registry": "4.4.0-beta-24717-02",
+ "System.Collections": "4.4.0-beta-24717-02",
+ "System.Collections.NonGeneric": "4.4.0-beta-24717-02",
+ "System.Collections.Specialized": "4.4.0-beta-24717-02",
+ "System.Console": "4.4.0-beta-24717-02",
+ "System.ComponentModel.TypeConverter": "4.4.0-beta-24717-02",
+ "System.Data.Common": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Contracts": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Debug": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tools": "4.4.0-beta-24717-02",
+ "System.Diagnostics.TraceSource": "4.4.0-beta-24717-02",
+ "System.Globalization": "4.4.0-beta-24717-02",
+ "System.IO": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem.Primitives": "4.4.0-beta-24717-02",
+ "System.Linq": "4.4.0-beta-24717-02",
+ "System.Net.Http": "4.4.0-beta-24717-02",
+ "System.Net.Primitives": "4.4.0-beta-24717-02",
+ "System.Reflection": "4.4.0-beta-24717-02",
+ "System.Reflection.Emit": "4.4.0-beta-24717-02",
+ "System.Reflection.Emit.ILGeneration": "4.4.0-beta-24717-02",
+ "System.Reflection.Emit.Lightweight": "4.4.0-beta-24717-02",
+ "System.Reflection.Extensions": "4.4.0-beta-24717-02",
+ "System.Reflection.Primitives": "4.4.0-beta-24717-02",
+ "System.Reflection.TypeExtensions": "4.4.0-beta-24717-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Runtime.InteropServices": "4.4.0-beta-24717-02",
+ "System.Text.Encoding": "4.4.0-beta-24717-02",
+ "System.Text.Encoding.Extensions": "4.4.0-beta-24717-02",
+ "System.Text.RegularExpressions": "4.4.0-beta-24717-02",
+ "System.Threading": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks.Extensions": "4.4.0-beta-24717-02"
}
}
}
diff --git a/src/System.Private.Xml/tests/XmlReaderLib/project.json b/src/System.Private.Xml/tests/XmlReaderLib/project.json
index c397f095ca2b..d78749160910 100644
--- a/src/System.Private.Xml/tests/XmlReaderLib/project.json
+++ b/src/System.Private.Xml/tests/XmlReaderLib/project.json
@@ -1,16 +1,16 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "1.2.0-beta-24715-03",
- "System.Collections": "4.4.0-beta-24715-03",
- "System.Diagnostics.Debug": "4.4.0-beta-24715-03",
- "System.IO": "4.4.0-beta-24715-03",
- "System.Linq": "4.4.0-beta-24715-03",
- "System.Linq.Expressions": "4.4.0-beta-24715-03",
- "System.ObjectModel": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Text.Encoding": "4.4.0-beta-24715-03",
- "System.Xml.ReaderWriter": "4.4.0-beta-24715-03",
+ "Microsoft.NETCore.Platforms": "1.2.0-beta-24717-02",
+ "System.Collections": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Debug": "4.4.0-beta-24717-02",
+ "System.IO": "4.4.0-beta-24717-02",
+ "System.Linq": "4.4.0-beta-24717-02",
+ "System.Linq.Expressions": "4.4.0-beta-24717-02",
+ "System.ObjectModel": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Text.Encoding": "4.4.0-beta-24717-02",
+ "System.Xml.ReaderWriter": "4.4.0-beta-24717-02",
"test-runtime": {
"target": "project",
"exclude": "compile"
diff --git a/src/System.Reflection.DispatchProxy/src/project.json b/src/System.Reflection.DispatchProxy/src/project.json
index c9138b9e1a07..0f5245922017 100644
--- a/src/System.Reflection.DispatchProxy/src/project.json
+++ b/src/System.Reflection.DispatchProxy/src/project.json
@@ -18,7 +18,7 @@
},
"netcore50": {
"dependencies": {
- "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-24716-00",
+ "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-24717-00",
"System.Runtime": "4.1.0"
}
}
diff --git a/src/System.Reflection.Emit.ILGeneration/src/project.json b/src/System.Reflection.Emit.ILGeneration/src/project.json
index 8a4cc60b6995..8dd6b4a2bac1 100644
--- a/src/System.Reflection.Emit.ILGeneration/src/project.json
+++ b/src/System.Reflection.Emit.ILGeneration/src/project.json
@@ -2,7 +2,7 @@
"frameworks": {
"netstandard1.3": {
"dependencies": {
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24716-02"
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24717-03"
}
}
}
diff --git a/src/System.Reflection.Emit.Lightweight/src/project.json b/src/System.Reflection.Emit.Lightweight/src/project.json
index 8a4cc60b6995..8dd6b4a2bac1 100644
--- a/src/System.Reflection.Emit.Lightweight/src/project.json
+++ b/src/System.Reflection.Emit.Lightweight/src/project.json
@@ -2,7 +2,7 @@
"frameworks": {
"netstandard1.3": {
"dependencies": {
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24716-02"
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24717-03"
}
}
}
diff --git a/src/System.Reflection.Emit/src/project.json b/src/System.Reflection.Emit/src/project.json
index 8a4cc60b6995..8dd6b4a2bac1 100644
--- a/src/System.Reflection.Emit/src/project.json
+++ b/src/System.Reflection.Emit/src/project.json
@@ -2,7 +2,7 @@
"frameworks": {
"netstandard1.3": {
"dependencies": {
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24716-02"
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24717-03"
}
}
}
diff --git a/src/System.Reflection.Extensions/ref/project.json b/src/System.Reflection.Extensions/ref/project.json
index a4c4da7b90b0..599d47e4af13 100644
--- a/src/System.Reflection.Extensions/ref/project.json
+++ b/src/System.Reflection.Extensions/ref/project.json
@@ -1,6 +1,6 @@
{
"dependencies": {
- "System.Runtime": "4.4.0-beta-24715-03",
+ "System.Runtime": "4.4.0-beta-24717-02",
"System.Reflection": "4.1.0",
"System.Reflection.Primitives": "4.0.1"
},
diff --git a/src/System.Reflection.Extensions/src/project.json b/src/System.Reflection.Extensions/src/project.json
index 01f26a3be590..9b605f25ddf9 100644
--- a/src/System.Reflection.Extensions/src/project.json
+++ b/src/System.Reflection.Extensions/src/project.json
@@ -2,7 +2,7 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "System.Runtime": "4.4.0-beta-24715-03",
+ "System.Runtime": "4.4.0-beta-24717-02",
"System.Resources.ResourceManager": "4.0.1"
}
},
@@ -13,7 +13,7 @@
},
"uap10.1": {
"dependencies": {
- "System.Runtime": "4.4.0-beta-24715-03",
+ "System.Runtime": "4.4.0-beta-24717-02",
"System.Resources.ResourceManager": "4.0.1"
}
}
diff --git a/src/System.Reflection.Metadata/tests/project.json b/src/System.Reflection.Metadata/tests/project.json
index 7bfe19a7d78b..3c9380eff047 100644
--- a/src/System.Reflection.Metadata/tests/project.json
+++ b/src/System.Reflection.Metadata/tests/project.json
@@ -1,27 +1,27 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "1.2.0-beta-24715-03",
- "System.Collections": "4.4.0-beta-24715-03",
- "System.Collections.Immutable": "1.4.0-beta-24715-03",
- "System.Diagnostics.Debug": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tools": "4.4.0-beta-24715-03",
- "System.IO": "4.4.0-beta-24715-03",
- "System.IO.FileSystem": "4.4.0-beta-24715-03",
- "System.IO.FileSystem.Primitives": "4.4.0-beta-24715-03",
- "System.IO.MemoryMappedFiles": "4.4.0-beta-24715-03",
- "System.Linq": "4.4.0-beta-24715-03",
- "System.Linq.Expressions": "4.4.0-beta-24715-03",
- "System.ObjectModel": "4.4.0-beta-24715-03",
- "System.Reflection": "4.4.0-beta-24715-03",
- "System.Reflection.Primitives": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Runtime.InteropServices": "4.4.0-beta-24715-03",
- "System.Text.Encoding": "4.4.0-beta-24715-03",
- "System.Text.RegularExpressions": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03",
- "System.Threading.Tasks.Parallel": "4.4.0-beta-24715-03",
- "System.Security.Cryptography.Algorithms": "4.4.0-beta-24715-03",
+ "Microsoft.NETCore.Platforms": "1.2.0-beta-24717-02",
+ "System.Collections": "4.4.0-beta-24717-02",
+ "System.Collections.Immutable": "1.4.0-beta-24717-02",
+ "System.Diagnostics.Debug": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tools": "4.4.0-beta-24717-02",
+ "System.IO": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem.Primitives": "4.4.0-beta-24717-02",
+ "System.IO.MemoryMappedFiles": "4.4.0-beta-24717-02",
+ "System.Linq": "4.4.0-beta-24717-02",
+ "System.Linq.Expressions": "4.4.0-beta-24717-02",
+ "System.ObjectModel": "4.4.0-beta-24717-02",
+ "System.Reflection": "4.4.0-beta-24717-02",
+ "System.Reflection.Primitives": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Runtime.InteropServices": "4.4.0-beta-24717-02",
+ "System.Text.Encoding": "4.4.0-beta-24717-02",
+ "System.Text.RegularExpressions": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks.Parallel": "4.4.0-beta-24717-02",
+ "System.Security.Cryptography.Algorithms": "4.4.0-beta-24717-02",
"test-runtime": {
"target": "project",
"exclude": "compile"
diff --git a/src/System.Reflection.Primitives/ref/project.json b/src/System.Reflection.Primitives/ref/project.json
index 35507225e2c3..758a812d50ee 100644
--- a/src/System.Reflection.Primitives/ref/project.json
+++ b/src/System.Reflection.Primitives/ref/project.json
@@ -1,6 +1,6 @@
{
"dependencies": {
- "System.Runtime": "4.4.0-beta-24715-03"
+ "System.Runtime": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.Reflection.Primitives/src/project.json b/src/System.Reflection.Primitives/src/project.json
index df19a85c62a0..1b262926b58d 100644
--- a/src/System.Reflection.Primitives/src/project.json
+++ b/src/System.Reflection.Primitives/src/project.json
@@ -3,7 +3,7 @@
"netstandard1.7": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1",
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24716-02"
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24717-03"
}
},
"net463": {
@@ -13,7 +13,7 @@
},
"uap10.1": {
"dependencies": {
- "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-24716-00"
+ "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-24717-00"
}
}
}
diff --git a/src/System.Reflection.TypeExtensions/src/project.json b/src/System.Reflection.TypeExtensions/src/project.json
index eb1023116334..2a5a3f0dd37a 100644
--- a/src/System.Reflection.TypeExtensions/src/project.json
+++ b/src/System.Reflection.TypeExtensions/src/project.json
@@ -2,7 +2,7 @@
"frameworks": {
"netstandard1.5": {
"dependencies": {
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24716-02"
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24717-03"
}
},
"net462": {
@@ -12,9 +12,9 @@
},
"uap10.1": {
"dependencies": {
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Reflection": "4.4.0-beta-24715-03",
- "System.Resources.ResourceManager": "4.4.0-beta-24715-03"
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Reflection": "4.4.0-beta-24717-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24717-02"
}
}
}
diff --git a/src/System.Reflection/ref/project.json b/src/System.Reflection/ref/project.json
index 35507225e2c3..758a812d50ee 100644
--- a/src/System.Reflection/ref/project.json
+++ b/src/System.Reflection/ref/project.json
@@ -1,6 +1,6 @@
{
"dependencies": {
- "System.Runtime": "4.4.0-beta-24715-03"
+ "System.Runtime": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.Reflection/src/project.json b/src/System.Reflection/src/project.json
index 1f1426e06a45..20cb0ed71495 100644
--- a/src/System.Reflection/src/project.json
+++ b/src/System.Reflection/src/project.json
@@ -2,7 +2,7 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24716-02"
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24717-03"
}
},
"net463": {
@@ -12,7 +12,7 @@
},
"uap10.1": {
"dependencies": {
- "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-24716-00"
+ "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-24717-00"
}
}
}
diff --git a/src/System.Reflection/tests/CoreCLR/project.json b/src/System.Reflection/tests/CoreCLR/project.json
index becebc3c5180..4e22c6dbf1ee 100644
--- a/src/System.Reflection/tests/CoreCLR/project.json
+++ b/src/System.Reflection/tests/CoreCLR/project.json
@@ -1,16 +1,16 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "1.2.0-beta-24715-03",
- "System.AppContext": "4.4.0-beta-24715-03",
- "System.IO": "4.4.0-beta-24715-03",
- "System.IO.FileSystem": "4.4.0-beta-24715-03",
- "System.Linq.Expressions": "4.4.0-beta-24715-03",
- "System.ObjectModel": "4.4.0-beta-24715-03",
- "System.Reflection.Emit": "4.4.0-beta-24715-03",
- "System.Resources.ResourceManager": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Loader": "4.4.0-beta-24715-03",
- "System.Text.RegularExpressions": "4.4.0-beta-24715-03",
+ "Microsoft.NETCore.Platforms": "1.2.0-beta-24717-02",
+ "System.AppContext": "4.4.0-beta-24717-02",
+ "System.IO": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem": "4.4.0-beta-24717-02",
+ "System.Linq.Expressions": "4.4.0-beta-24717-02",
+ "System.ObjectModel": "4.4.0-beta-24717-02",
+ "System.Reflection.Emit": "4.4.0-beta-24717-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Loader": "4.4.0-beta-24717-02",
+ "System.Text.RegularExpressions": "4.4.0-beta-24717-02",
"test-runtime": {
"target": "project",
"exclude": "compile"
diff --git a/src/System.Reflection/tests/TestExe/project.json b/src/System.Reflection/tests/TestExe/project.json
index 620c27afc5d4..349f7d0f656f 100644
--- a/src/System.Reflection/tests/TestExe/project.json
+++ b/src/System.Reflection/tests/TestExe/project.json
@@ -1,7 +1,7 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "1.2.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
+ "Microsoft.NETCore.Platforms": "1.2.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
"test-runtime": {
"target": "project",
"exclude": "compile"
diff --git a/src/System.Resources.Reader/ref/project.json b/src/System.Resources.Reader/ref/project.json
index 21b66d222bcf..b4d981e83a56 100644
--- a/src/System.Resources.Reader/ref/project.json
+++ b/src/System.Resources.Reader/ref/project.json
@@ -1,8 +1,8 @@
{
"dependencies": {
- "System.Resources.ResourceManager": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.IO": "4.4.0-beta-24715-03"
+ "System.Resources.ResourceManager": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.IO": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.Resources.Reader/src/project.json b/src/System.Resources.Reader/src/project.json
index 32a0a2e840e2..e3293f678e67 100644
--- a/src/System.Resources.Reader/src/project.json
+++ b/src/System.Resources.Reader/src/project.json
@@ -1,7 +1,7 @@
{
"dependencies": {
- "System.Resources.ResourceManager": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03"
+ "System.Resources.ResourceManager": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.Resources.ResourceManager/ref/project.json b/src/System.Resources.ResourceManager/ref/project.json
index cf71be032627..3b8f6540672a 100644
--- a/src/System.Resources.ResourceManager/ref/project.json
+++ b/src/System.Resources.ResourceManager/ref/project.json
@@ -1,9 +1,9 @@
{
"dependencies": {
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.InteropServices": "4.4.0-beta-24715-03",
- "System.Reflection": "4.4.0-beta-24715-03",
- "System.Globalization": "4.4.0-beta-24715-03"
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.InteropServices": "4.4.0-beta-24717-02",
+ "System.Reflection": "4.4.0-beta-24717-02",
+ "System.Globalization": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.Resources.ResourceManager/src/project.json b/src/System.Resources.ResourceManager/src/project.json
index 327d158ad185..43256b777111 100644
--- a/src/System.Resources.ResourceManager/src/project.json
+++ b/src/System.Resources.ResourceManager/src/project.json
@@ -2,20 +2,20 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24716-02"
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24717-03"
}
},
"uap10.1": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1",
- "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-24716-00",
+ "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-24717-00",
"Microsoft.TargetingPack.Private.WinRT": "1.0.3",
- "System.Diagnostics.Debug": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tools": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tracing": "4.4.0-beta-24715-03",
- "System.Reflection": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Threading": "4.4.0-beta-24715-03"
+ "System.Diagnostics.Debug": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tools": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tracing": "4.4.0-beta-24717-02",
+ "System.Reflection": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Threading": "4.4.0-beta-24717-02"
}
},
"net463": {
diff --git a/src/System.Resources.Writer/ref/project.json b/src/System.Resources.Writer/ref/project.json
index f721eb96eb92..2eb48f985669 100644
--- a/src/System.Resources.Writer/ref/project.json
+++ b/src/System.Resources.Writer/ref/project.json
@@ -1,7 +1,7 @@
{
"dependencies": {
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.IO": "4.4.0-beta-24715-03"
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.IO": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.Resources.Writer/src/project.json b/src/System.Resources.Writer/src/project.json
index 5ac28406af51..903762344852 100644
--- a/src/System.Resources.Writer/src/project.json
+++ b/src/System.Resources.Writer/src/project.json
@@ -1,19 +1,19 @@
{
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1",
- "System.Collections": "4.4.0-beta-24715-03",
- "System.Diagnostics.Contracts": "4.4.0-beta-24715-03",
- "System.Diagnostics.Debug": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tools": "4.4.0-beta-24715-03",
- "System.Globalization": "4.4.0-beta-24715-03",
- "System.IO": "4.4.0-beta-24715-03",
- "System.IO.FileSystem": "4.4.0-beta-24715-03",
- "System.IO.FileSystem.Primitives": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Text.Encoding": "4.4.0-beta-24715-03",
- "System.Threading": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03"
+ "System.Collections": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Contracts": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Debug": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tools": "4.4.0-beta-24717-02",
+ "System.Globalization": "4.4.0-beta-24717-02",
+ "System.IO": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem.Primitives": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Text.Encoding": "4.4.0-beta-24717-02",
+ "System.Threading": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.Runtime.CompilerServices.VisualC/ref/project.json b/src/System.Runtime.CompilerServices.VisualC/ref/project.json
index 35507225e2c3..758a812d50ee 100644
--- a/src/System.Runtime.CompilerServices.VisualC/ref/project.json
+++ b/src/System.Runtime.CompilerServices.VisualC/ref/project.json
@@ -1,6 +1,6 @@
{
"dependencies": {
- "System.Runtime": "4.4.0-beta-24715-03"
+ "System.Runtime": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.Runtime.CompilerServices.VisualC/src/project.json b/src/System.Runtime.CompilerServices.VisualC/src/project.json
index 48be1ee5d28a..90e3d46f6610 100644
--- a/src/System.Runtime.CompilerServices.VisualC/src/project.json
+++ b/src/System.Runtime.CompilerServices.VisualC/src/project.json
@@ -2,7 +2,7 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "System.Runtime": "4.4.0-beta-24715-03"
+ "System.Runtime": "4.4.0-beta-24717-02"
}
},
"net463": {
diff --git a/src/System.Runtime.Extensions/ref/project.json b/src/System.Runtime.Extensions/ref/project.json
index ac358462353d..18f0c3aa58ae 100644
--- a/src/System.Runtime.Extensions/ref/project.json
+++ b/src/System.Runtime.Extensions/ref/project.json
@@ -1,7 +1,7 @@
{
"dependencies": {
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Security.Principal": "4.4.0-beta-24715-03"
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Security.Principal": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.7": {},
diff --git a/src/System.Runtime.Extensions/src/project.json b/src/System.Runtime.Extensions/src/project.json
index ce7f1b0c47f5..a50075b961da 100644
--- a/src/System.Runtime.Extensions/src/project.json
+++ b/src/System.Runtime.Extensions/src/project.json
@@ -2,12 +2,12 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24716-02"
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24717-03"
}
},
"netstandard1.5": {
"dependencies": {
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24716-02"
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24717-03"
}
},
"net463": {
@@ -22,7 +22,7 @@
},
"netcore50": {
"dependencies": {
- "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-24716-00",
+ "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-24717-00",
"Microsoft.TargetingPack.Private.WinRT": "1.0.3"
}
}
diff --git a/src/System.Runtime.Extensions/tests/AssemblyResolveTests/project.json b/src/System.Runtime.Extensions/tests/AssemblyResolveTests/project.json
index faf68d6e651f..891105dbf7db 100644
--- a/src/System.Runtime.Extensions/tests/AssemblyResolveTests/project.json
+++ b/src/System.Runtime.Extensions/tests/AssemblyResolveTests/project.json
@@ -1,11 +1,11 @@
{
"dependencies": {
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Resources.ResourceManager": "4.4.0-beta-24715-03",
- "System.Resources.Reader": "4.4.0-beta-24715-03",
- "System.Reflection": "4.4.0-beta-24715-03",
- "System.Threading.Thread": "4.4.0-beta-24715-03"
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24717-02",
+ "System.Resources.Reader": "4.4.0-beta-24717-02",
+ "System.Reflection": "4.4.0-beta-24717-02",
+ "System.Threading.Thread": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.3": {}
diff --git a/src/System.Runtime.Extensions/tests/TestApp/project.json b/src/System.Runtime.Extensions/tests/TestApp/project.json
index faf68d6e651f..891105dbf7db 100644
--- a/src/System.Runtime.Extensions/tests/TestApp/project.json
+++ b/src/System.Runtime.Extensions/tests/TestApp/project.json
@@ -1,11 +1,11 @@
{
"dependencies": {
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Resources.ResourceManager": "4.4.0-beta-24715-03",
- "System.Resources.Reader": "4.4.0-beta-24715-03",
- "System.Reflection": "4.4.0-beta-24715-03",
- "System.Threading.Thread": "4.4.0-beta-24715-03"
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24717-02",
+ "System.Resources.Reader": "4.4.0-beta-24717-02",
+ "System.Reflection": "4.4.0-beta-24717-02",
+ "System.Threading.Thread": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.3": {}
diff --git a/src/System.Runtime.Extensions/tests/TestAppOutsideOfTPA/project.json b/src/System.Runtime.Extensions/tests/TestAppOutsideOfTPA/project.json
index faf68d6e651f..891105dbf7db 100644
--- a/src/System.Runtime.Extensions/tests/TestAppOutsideOfTPA/project.json
+++ b/src/System.Runtime.Extensions/tests/TestAppOutsideOfTPA/project.json
@@ -1,11 +1,11 @@
{
"dependencies": {
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Resources.ResourceManager": "4.4.0-beta-24715-03",
- "System.Resources.Reader": "4.4.0-beta-24715-03",
- "System.Reflection": "4.4.0-beta-24715-03",
- "System.Threading.Thread": "4.4.0-beta-24715-03"
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24717-02",
+ "System.Resources.Reader": "4.4.0-beta-24717-02",
+ "System.Reflection": "4.4.0-beta-24717-02",
+ "System.Threading.Thread": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.3": {}
diff --git a/src/System.Runtime.Extensions/tests/VoidMainWithExitCodeApp/project.json b/src/System.Runtime.Extensions/tests/VoidMainWithExitCodeApp/project.json
index 53549336511d..398843c71906 100644
--- a/src/System.Runtime.Extensions/tests/VoidMainWithExitCodeApp/project.json
+++ b/src/System.Runtime.Extensions/tests/VoidMainWithExitCodeApp/project.json
@@ -1,9 +1,9 @@
{
"dependencies": {
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Reflection": "4.4.0-beta-24715-03",
- "System.Threading.Thread": "4.4.0-beta-24715-03"
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Reflection": "4.4.0-beta-24717-02",
+ "System.Threading.Thread": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.3": {}
diff --git a/src/System.Runtime.Handles/ref/project.json b/src/System.Runtime.Handles/ref/project.json
index 35507225e2c3..758a812d50ee 100644
--- a/src/System.Runtime.Handles/ref/project.json
+++ b/src/System.Runtime.Handles/ref/project.json
@@ -1,6 +1,6 @@
{
"dependencies": {
- "System.Runtime": "4.4.0-beta-24715-03"
+ "System.Runtime": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.Runtime.Handles/src/project.json b/src/System.Runtime.Handles/src/project.json
index afca4f93ec62..8838cc08c96b 100644
--- a/src/System.Runtime.Handles/src/project.json
+++ b/src/System.Runtime.Handles/src/project.json
@@ -2,7 +2,7 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "System.Runtime": "4.4.0-beta-24715-03"
+ "System.Runtime": "4.4.0-beta-24717-02"
}
},
"net463": {
@@ -12,7 +12,7 @@
},
"uap10.1": {
"dependencies": {
- "System.Runtime": "4.4.0-beta-24715-03"
+ "System.Runtime": "4.4.0-beta-24717-02"
}
}
}
diff --git a/src/System.Runtime.InteropServices.WindowsRuntime/src/project.json b/src/System.Runtime.InteropServices.WindowsRuntime/src/project.json
index a2b0410cbc0d..59c23bc106a5 100644
--- a/src/System.Runtime.InteropServices.WindowsRuntime/src/project.json
+++ b/src/System.Runtime.InteropServices.WindowsRuntime/src/project.json
@@ -2,12 +2,12 @@
"frameworks": {
"netstandard1.3": {
"dependencies": {
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24716-02"
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24717-03"
}
},
"netcore50": {
"dependencies": {
- "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-24716-00",
+ "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-24717-00",
"System.Runtime": "4.1.0"
}
},
diff --git a/src/System.Runtime.InteropServices/ref/project.json b/src/System.Runtime.InteropServices/ref/project.json
index 5bdd2488ac8c..28e8a932d928 100644
--- a/src/System.Runtime.InteropServices/ref/project.json
+++ b/src/System.Runtime.InteropServices/ref/project.json
@@ -1,9 +1,9 @@
{
"dependencies": {
- "System.Reflection": "4.4.0-beta-24715-03",
- "System.Reflection.Primitives": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Handles": "4.4.0-beta-24715-03"
+ "System.Reflection": "4.4.0-beta-24717-02",
+ "System.Reflection.Primitives": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Handles": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.Runtime.InteropServices/src/project.json b/src/System.Runtime.InteropServices/src/project.json
index 3b980f9f485a..e314e9fd59c0 100644
--- a/src/System.Runtime.InteropServices/src/project.json
+++ b/src/System.Runtime.InteropServices/src/project.json
@@ -2,12 +2,12 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24716-02"
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24717-03"
}
},
"uap10.1": {
"dependencies": {
- "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-24716-00"
+ "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-24717-00"
}
},
"net463": {
diff --git a/src/System.Runtime.Loader/src/project.json b/src/System.Runtime.Loader/src/project.json
index 1be4e4a17f1f..71ea46709033 100644
--- a/src/System.Runtime.Loader/src/project.json
+++ b/src/System.Runtime.Loader/src/project.json
@@ -2,7 +2,7 @@
"frameworks": {
"netstandard1.5": {
"dependencies": {
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24716-02"
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24717-03"
}
}
}
diff --git a/src/System.Runtime.Loader/tests/DefaultContext/project.json b/src/System.Runtime.Loader/tests/DefaultContext/project.json
index c8dbebb35658..2ff4d2b361bc 100644
--- a/src/System.Runtime.Loader/tests/DefaultContext/project.json
+++ b/src/System.Runtime.Loader/tests/DefaultContext/project.json
@@ -1,20 +1,20 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "1.2.0-beta-24715-03",
- "System.Diagnostics.Debug": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tools": "4.4.0-beta-24715-03",
- "System.IO": "4.4.0-beta-24715-03",
- "System.IO.FileSystem": "4.4.0-beta-24715-03",
- "System.Linq": "4.4.0-beta-24715-03",
- "System.Linq.Expressions": "4.4.0-beta-24715-03",
- "System.ObjectModel": "4.4.0-beta-24715-03",
- "System.Reflection": "4.4.0-beta-24715-03",
- "System.Reflection.TypeExtensions": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Runtime.Loader": "4.4.0-beta-24715-03",
- "System.Text.RegularExpressions": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03",
+ "Microsoft.NETCore.Platforms": "1.2.0-beta-24717-02",
+ "System.Diagnostics.Debug": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tools": "4.4.0-beta-24717-02",
+ "System.IO": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem": "4.4.0-beta-24717-02",
+ "System.Linq": "4.4.0-beta-24717-02",
+ "System.Linq.Expressions": "4.4.0-beta-24717-02",
+ "System.ObjectModel": "4.4.0-beta-24717-02",
+ "System.Reflection": "4.4.0-beta-24717-02",
+ "System.Reflection.TypeExtensions": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Runtime.Loader": "4.4.0-beta-24717-02",
+ "System.Text.RegularExpressions": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02",
"test-runtime": {
"target": "project",
"exclude": "compile"
diff --git a/src/System.Runtime.Loader/tests/RefEmitLoadContext/project.json b/src/System.Runtime.Loader/tests/RefEmitLoadContext/project.json
index 1fe3b73fd474..dbde9d55c589 100644
--- a/src/System.Runtime.Loader/tests/RefEmitLoadContext/project.json
+++ b/src/System.Runtime.Loader/tests/RefEmitLoadContext/project.json
@@ -1,21 +1,21 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "1.2.0-beta-24715-03",
- "System.Diagnostics.Debug": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tools": "4.4.0-beta-24715-03",
- "System.IO": "4.4.0-beta-24715-03",
- "System.IO.FileSystem": "4.4.0-beta-24715-03",
- "System.Linq": "4.4.0-beta-24715-03",
- "System.Linq.Expressions": "4.4.0-beta-24715-03",
- "System.ObjectModel": "4.4.0-beta-24715-03",
- "System.Reflection": "4.4.0-beta-24715-03",
- "System.Reflection.TypeExtensions": "4.4.0-beta-24715-03",
- "System.Reflection.Emit": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Runtime.Loader": "4.4.0-beta-24715-03",
- "System.Text.RegularExpressions": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03",
+ "Microsoft.NETCore.Platforms": "1.2.0-beta-24717-02",
+ "System.Diagnostics.Debug": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tools": "4.4.0-beta-24717-02",
+ "System.IO": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem": "4.4.0-beta-24717-02",
+ "System.Linq": "4.4.0-beta-24717-02",
+ "System.Linq.Expressions": "4.4.0-beta-24717-02",
+ "System.ObjectModel": "4.4.0-beta-24717-02",
+ "System.Reflection": "4.4.0-beta-24717-02",
+ "System.Reflection.TypeExtensions": "4.4.0-beta-24717-02",
+ "System.Reflection.Emit": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Runtime.Loader": "4.4.0-beta-24717-02",
+ "System.Text.RegularExpressions": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02",
"test-runtime": {
"target": "project",
"exclude": "compile"
diff --git a/src/System.Runtime.Loader/tests/System.Runtime.Loader.Noop.Assembly/project.json b/src/System.Runtime.Loader/tests/System.Runtime.Loader.Noop.Assembly/project.json
index fe41e96b4770..fa26446f6455 100644
--- a/src/System.Runtime.Loader/tests/System.Runtime.Loader.Noop.Assembly/project.json
+++ b/src/System.Runtime.Loader/tests/System.Runtime.Loader.Noop.Assembly/project.json
@@ -1,14 +1,14 @@
{
"dependencies": {
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Reflection": "4.4.0-beta-24715-03",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Reflection": "4.4.0-beta-24717-02",
"test-runtime": {
"target": "project",
"exclude": "compile"
},
- "System.Reflection.Emit": "4.4.0-beta-24715-03",
- "System.Reflection.Primitives": "4.4.0-beta-24715-03",
- "System.Reflection.TypeExtensions": "4.4.0-beta-24715-03"
+ "System.Reflection.Emit": "4.4.0-beta-24717-02",
+ "System.Reflection.Primitives": "4.4.0-beta-24717-02",
+ "System.Reflection.TypeExtensions": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.6": {}
diff --git a/src/System.Runtime.Loader/tests/System.Runtime.Loader.Test.Assembly/project.json b/src/System.Runtime.Loader/tests/System.Runtime.Loader.Test.Assembly/project.json
index 10681ae360e4..87522c4cb605 100644
--- a/src/System.Runtime.Loader/tests/System.Runtime.Loader.Test.Assembly/project.json
+++ b/src/System.Runtime.Loader/tests/System.Runtime.Loader.Test.Assembly/project.json
@@ -1,6 +1,6 @@
{
"dependencies": {
- "System.Runtime": "4.4.0-beta-24715-03"
+ "System.Runtime": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.6": {}
diff --git a/src/System.Runtime.Loader/tests/project.json b/src/System.Runtime.Loader/tests/project.json
index 5899f0ef6a4e..d32642e2af13 100644
--- a/src/System.Runtime.Loader/tests/project.json
+++ b/src/System.Runtime.Loader/tests/project.json
@@ -1,19 +1,19 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "1.2.0-beta-24715-03",
- "System.Diagnostics.Debug": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tools": "4.4.0-beta-24715-03",
- "System.IO": "4.4.0-beta-24715-03",
- "System.IO.FileSystem": "4.4.0-beta-24715-03",
- "System.Linq": "4.4.0-beta-24715-03",
- "System.Linq.Expressions": "4.4.0-beta-24715-03",
- "System.ObjectModel": "4.4.0-beta-24715-03",
- "System.Reflection": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Runtime.Loader": "4.4.0-beta-24715-03",
- "System.Text.RegularExpressions": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03",
+ "Microsoft.NETCore.Platforms": "1.2.0-beta-24717-02",
+ "System.Diagnostics.Debug": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tools": "4.4.0-beta-24717-02",
+ "System.IO": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem": "4.4.0-beta-24717-02",
+ "System.Linq": "4.4.0-beta-24717-02",
+ "System.Linq.Expressions": "4.4.0-beta-24717-02",
+ "System.ObjectModel": "4.4.0-beta-24717-02",
+ "System.Reflection": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Runtime.Loader": "4.4.0-beta-24717-02",
+ "System.Text.RegularExpressions": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02",
"test-runtime": {
"target": "project",
"exclude": "compile"
diff --git a/src/System.Runtime.Numerics/ref/project.json b/src/System.Runtime.Numerics/ref/project.json
index 35507225e2c3..758a812d50ee 100644
--- a/src/System.Runtime.Numerics/ref/project.json
+++ b/src/System.Runtime.Numerics/ref/project.json
@@ -1,6 +1,6 @@
{
"dependencies": {
- "System.Runtime": "4.4.0-beta-24715-03"
+ "System.Runtime": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.Runtime.Numerics/src/project.json b/src/System.Runtime.Numerics/src/project.json
index 4605ed4a42e6..609a8c7bc9d1 100644
--- a/src/System.Runtime.Numerics/src/project.json
+++ b/src/System.Runtime.Numerics/src/project.json
@@ -2,13 +2,13 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "System.Diagnostics.Contracts": "4.4.0-beta-24715-03",
- "System.Diagnostics.Debug": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tools": "4.4.0-beta-24715-03",
- "System.Globalization": "4.4.0-beta-24715-03",
- "System.Resources.ResourceManager": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03"
+ "System.Diagnostics.Contracts": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Debug": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tools": "4.4.0-beta-24717-02",
+ "System.Globalization": "4.4.0-beta-24717-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02"
}
},
"net463": {
diff --git a/src/System.Runtime.Serialization.Formatters/ref/project.json b/src/System.Runtime.Serialization.Formatters/ref/project.json
index 6e53913854ae..df29ee01d75c 100644
--- a/src/System.Runtime.Serialization.Formatters/ref/project.json
+++ b/src/System.Runtime.Serialization.Formatters/ref/project.json
@@ -1,11 +1,11 @@
{
"dependencies": {
- "System.Collections.NonGeneric": "4.4.0-beta-24715-03",
- "System.IO": "4.4.0-beta-24715-03",
- "System.Reflection": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Runtime.Serialization.Primitives": "4.4.0-beta-24715-03"
+ "System.Collections.NonGeneric": "4.4.0-beta-24717-02",
+ "System.IO": "4.4.0-beta-24717-02",
+ "System.Reflection": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Runtime.Serialization.Primitives": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.Runtime.Serialization.Formatters/src/project.json b/src/System.Runtime.Serialization.Formatters/src/project.json
index 78f4291b9e7a..c40a286e0034 100644
--- a/src/System.Runtime.Serialization.Formatters/src/project.json
+++ b/src/System.Runtime.Serialization.Formatters/src/project.json
@@ -3,23 +3,23 @@
"netstandard1.7": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1",
- "System.Collections": "4.4.0-beta-24715-03",
- "System.Collections.NonGeneric": "4.4.0-beta-24715-03",
- "System.Collections.Concurrent": "4.4.0-beta-24715-03",
- "System.Diagnostics.Debug": "4.4.0-beta-24715-03",
- "System.Reflection": "4.4.0-beta-24715-03",
- "System.IO": "4.4.0-beta-24715-03",
- "System.Reflection.Extensions": "4.4.0-beta-24715-03",
- "System.Reflection.TypeExtensions": "4.4.0-beta-24715-03",
- "System.Resources.ResourceManager": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Runtime.Serialization.Primitives": "4.4.0-beta-24715-03",
- "System.Globalization": "4.4.0-beta-24715-03",
- "System.Text.Encoding.Extensions": "4.4.0-beta-24715-03",
- "System.Text.Encoding": "4.4.0-beta-24715-03",
- "System.Threading": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03"
+ "System.Collections": "4.4.0-beta-24717-02",
+ "System.Collections.NonGeneric": "4.4.0-beta-24717-02",
+ "System.Collections.Concurrent": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Debug": "4.4.0-beta-24717-02",
+ "System.Reflection": "4.4.0-beta-24717-02",
+ "System.IO": "4.4.0-beta-24717-02",
+ "System.Reflection.Extensions": "4.4.0-beta-24717-02",
+ "System.Reflection.TypeExtensions": "4.4.0-beta-24717-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Runtime.Serialization.Primitives": "4.4.0-beta-24717-02",
+ "System.Globalization": "4.4.0-beta-24717-02",
+ "System.Text.Encoding.Extensions": "4.4.0-beta-24717-02",
+ "System.Text.Encoding": "4.4.0-beta-24717-02",
+ "System.Threading": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02"
}
},
"net463": {
@@ -29,23 +29,23 @@
},
"netcoreapp1.1": {
"dependencies": {
- "System.Collections": "4.4.0-beta-24715-03",
- "System.Collections.NonGeneric": "4.4.0-beta-24715-03",
- "System.Collections.Concurrent": "4.4.0-beta-24715-03",
- "System.Diagnostics.Debug": "4.4.0-beta-24715-03",
- "System.Reflection": "4.4.0-beta-24715-03",
- "System.IO": "4.4.0-beta-24715-03",
- "System.Reflection.Extensions": "4.4.0-beta-24715-03",
- "System.Reflection.TypeExtensions": "4.4.0-beta-24715-03",
- "System.Resources.ResourceManager": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Runtime.Serialization.Primitives": "4.4.0-beta-24715-03",
- "System.Globalization": "4.4.0-beta-24715-03",
- "System.Text.Encoding.Extensions": "4.4.0-beta-24715-03",
- "System.Text.Encoding": "4.4.0-beta-24715-03",
- "System.Threading": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03"
+ "System.Collections": "4.4.0-beta-24717-02",
+ "System.Collections.NonGeneric": "4.4.0-beta-24717-02",
+ "System.Collections.Concurrent": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Debug": "4.4.0-beta-24717-02",
+ "System.Reflection": "4.4.0-beta-24717-02",
+ "System.IO": "4.4.0-beta-24717-02",
+ "System.Reflection.Extensions": "4.4.0-beta-24717-02",
+ "System.Reflection.TypeExtensions": "4.4.0-beta-24717-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Runtime.Serialization.Primitives": "4.4.0-beta-24717-02",
+ "System.Globalization": "4.4.0-beta-24717-02",
+ "System.Text.Encoding.Extensions": "4.4.0-beta-24717-02",
+ "System.Text.Encoding": "4.4.0-beta-24717-02",
+ "System.Threading": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02"
}
}
}
diff --git a/src/System.Runtime.Serialization.Json/ref/project.json b/src/System.Runtime.Serialization.Json/ref/project.json
index 13da45ad8383..0cfbdaccefb8 100644
--- a/src/System.Runtime.Serialization.Json/ref/project.json
+++ b/src/System.Runtime.Serialization.Json/ref/project.json
@@ -1,9 +1,9 @@
{
"dependencies": {
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.IO": "4.4.0-beta-24715-03",
- "System.Xml.ReaderWriter": "4.4.0-beta-24715-03",
- "System.Text.Encoding": "4.4.0-beta-24715-03"
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.IO": "4.4.0-beta-24717-02",
+ "System.Xml.ReaderWriter": "4.4.0-beta-24717-02",
+ "System.Text.Encoding": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.Runtime.Serialization.Json/src/project.json b/src/System.Runtime.Serialization.Json/src/project.json
index 4d40bbb2504b..5f8bce2bcbec 100644
--- a/src/System.Runtime.Serialization.Json/src/project.json
+++ b/src/System.Runtime.Serialization.Json/src/project.json
@@ -2,22 +2,22 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Serialization.Primitives": "4.4.0-beta-24715-03",
- "System.Collections.NonGeneric": "4.4.0-beta-24715-03",
- "System.Collections.Specialized": "4.4.0-beta-24715-03",
- "System.Diagnostics.TraceSource": "4.4.0-beta-24715-03",
- "System.IO.FileSystem": "4.4.0-beta-24715-03",
- "System.IO.FileSystem.Primitives": "4.4.0-beta-24715-03",
- "System.Data.Common": "4.4.0-beta-24715-03",
- "System.Console": "4.4.0-beta-24715-03",
- "System.ComponentModel.TypeConverter": "4.4.0-beta-24715-03",
- "Microsoft.Win32.Registry": "4.4.0-beta-24715-03",
- "System.Reflection": "4.4.0-beta-24715-03",
- "System.Reflection.TypeExtensions": "4.4.0-beta-24715-03",
- "System.Xml.ReaderWriter": "4.4.0-beta-24715-03",
- "System.Xml.XmlDocument": "4.4.0-beta-24715-03",
- "System.Threading.Tasks.Extensions": "4.4.0-beta-24715-03"
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Serialization.Primitives": "4.4.0-beta-24717-02",
+ "System.Collections.NonGeneric": "4.4.0-beta-24717-02",
+ "System.Collections.Specialized": "4.4.0-beta-24717-02",
+ "System.Diagnostics.TraceSource": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem.Primitives": "4.4.0-beta-24717-02",
+ "System.Data.Common": "4.4.0-beta-24717-02",
+ "System.Console": "4.4.0-beta-24717-02",
+ "System.ComponentModel.TypeConverter": "4.4.0-beta-24717-02",
+ "Microsoft.Win32.Registry": "4.4.0-beta-24717-02",
+ "System.Reflection": "4.4.0-beta-24717-02",
+ "System.Reflection.TypeExtensions": "4.4.0-beta-24717-02",
+ "System.Xml.ReaderWriter": "4.4.0-beta-24717-02",
+ "System.Xml.XmlDocument": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks.Extensions": "4.4.0-beta-24717-02"
}
},
"net463": {
diff --git a/src/System.Runtime.Serialization.Json/tests/Performance/project.json b/src/System.Runtime.Serialization.Json/tests/Performance/project.json
index be0b1b80097e..883d0c1c5dc2 100644
--- a/src/System.Runtime.Serialization.Json/tests/Performance/project.json
+++ b/src/System.Runtime.Serialization.Json/tests/Performance/project.json
@@ -1,27 +1,27 @@
{
"dependencies": {
- "Microsoft.CSharp": "4.4.0-beta-24715-03",
- "Microsoft.NETCore.Platforms": "1.2.0-beta-24715-03",
- "System.Collections": "4.4.0-beta-24715-03",
- "System.Collections.NonGeneric": "4.4.0-beta-24715-03",
- "System.Diagnostics.Debug": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tools": "4.4.0-beta-24715-03",
- "System.Dynamic.Runtime": "4.4.0-beta-24715-03",
- "System.Globalization": "4.4.0-beta-24715-03",
- "System.IO": "4.4.0-beta-24715-03",
- "System.Linq": "4.4.0-beta-24715-03",
- "System.Linq.Expressions": "4.4.0-beta-24715-03",
- "System.ObjectModel": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Runtime.Serialization.Primitives": "4.4.0-beta-24715-03",
- "System.Runtime.Serialization.Json": "4.4.0-beta-24715-03",
- "System.Runtime.Serialization.Xml": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03",
- "System.Xml.ReaderWriter": "4.4.0-beta-24715-03",
- "System.Xml.XDocument": "4.4.0-beta-24715-03",
- "System.Xml.XmlDocument": "4.4.0-beta-24715-03",
- "System.Xml.XmlSerializer": "4.4.0-beta-24715-03",
+ "Microsoft.CSharp": "4.4.0-beta-24717-02",
+ "Microsoft.NETCore.Platforms": "1.2.0-beta-24717-02",
+ "System.Collections": "4.4.0-beta-24717-02",
+ "System.Collections.NonGeneric": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Debug": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tools": "4.4.0-beta-24717-02",
+ "System.Dynamic.Runtime": "4.4.0-beta-24717-02",
+ "System.Globalization": "4.4.0-beta-24717-02",
+ "System.IO": "4.4.0-beta-24717-02",
+ "System.Linq": "4.4.0-beta-24717-02",
+ "System.Linq.Expressions": "4.4.0-beta-24717-02",
+ "System.ObjectModel": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Runtime.Serialization.Primitives": "4.4.0-beta-24717-02",
+ "System.Runtime.Serialization.Json": "4.4.0-beta-24717-02",
+ "System.Runtime.Serialization.Xml": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02",
+ "System.Xml.ReaderWriter": "4.4.0-beta-24717-02",
+ "System.Xml.XDocument": "4.4.0-beta-24717-02",
+ "System.Xml.XmlDocument": "4.4.0-beta-24717-02",
+ "System.Xml.XmlSerializer": "4.4.0-beta-24717-02",
"test-runtime": {
"target": "project",
"exclude": "compile"
diff --git a/src/System.Runtime.Serialization.Json/tests/project.json b/src/System.Runtime.Serialization.Json/tests/project.json
index 550c13f95671..01d9cc01ac1d 100644
--- a/src/System.Runtime.Serialization.Json/tests/project.json
+++ b/src/System.Runtime.Serialization.Json/tests/project.json
@@ -1,27 +1,27 @@
{
"dependencies": {
- "Microsoft.CSharp": "4.4.0-beta-24715-03",
- "Microsoft.NETCore.Platforms": "1.2.0-beta-24715-03",
- "System.Collections": "4.4.0-beta-24715-03",
- "System.Collections.NonGeneric": "4.4.0-beta-24715-03",
- "System.Diagnostics.Debug": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tools": "4.4.0-beta-24715-03",
- "System.Dynamic.Runtime": "4.4.0-beta-24715-03",
- "System.Globalization": "4.4.0-beta-24715-03",
- "System.IO.FileSystem": "4.4.0-beta-24715-03",
- "System.Linq": "4.4.0-beta-24715-03",
- "System.Linq.Expressions": "4.4.0-beta-24715-03",
- "System.ObjectModel": "4.4.0-beta-24715-03",
- "System.Reflection": "4.4.0-beta-24715-03",
- "System.Reflection.Extensions": "4.4.0-beta-24715-03",
- "System.Reflection.TypeExtensions": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03",
- "System.Xml.ReaderWriter": "4.4.0-beta-24715-03",
- "System.Xml.XDocument": "4.4.0-beta-24715-03",
- "System.Xml.XmlDocument": "4.4.0-beta-24715-03",
- "System.Xml.XmlSerializer": "4.4.0-beta-24715-03",
+ "Microsoft.CSharp": "4.4.0-beta-24717-02",
+ "Microsoft.NETCore.Platforms": "1.2.0-beta-24717-02",
+ "System.Collections": "4.4.0-beta-24717-02",
+ "System.Collections.NonGeneric": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Debug": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tools": "4.4.0-beta-24717-02",
+ "System.Dynamic.Runtime": "4.4.0-beta-24717-02",
+ "System.Globalization": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem": "4.4.0-beta-24717-02",
+ "System.Linq": "4.4.0-beta-24717-02",
+ "System.Linq.Expressions": "4.4.0-beta-24717-02",
+ "System.ObjectModel": "4.4.0-beta-24717-02",
+ "System.Reflection": "4.4.0-beta-24717-02",
+ "System.Reflection.Extensions": "4.4.0-beta-24717-02",
+ "System.Reflection.TypeExtensions": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02",
+ "System.Xml.ReaderWriter": "4.4.0-beta-24717-02",
+ "System.Xml.XDocument": "4.4.0-beta-24717-02",
+ "System.Xml.XmlDocument": "4.4.0-beta-24717-02",
+ "System.Xml.XmlSerializer": "4.4.0-beta-24717-02",
"test-runtime": {
"target": "project",
"exclude": "compile"
diff --git a/src/System.Runtime.Serialization.Primitives/ref/project.json b/src/System.Runtime.Serialization.Primitives/ref/project.json
index 35507225e2c3..758a812d50ee 100644
--- a/src/System.Runtime.Serialization.Primitives/ref/project.json
+++ b/src/System.Runtime.Serialization.Primitives/ref/project.json
@@ -1,6 +1,6 @@
{
"dependencies": {
- "System.Runtime": "4.4.0-beta-24715-03"
+ "System.Runtime": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.Runtime.Serialization.Primitives/src/project.json b/src/System.Runtime.Serialization.Primitives/src/project.json
index 5ab75e13ffb3..c8259d413629 100644
--- a/src/System.Runtime.Serialization.Primitives/src/project.json
+++ b/src/System.Runtime.Serialization.Primitives/src/project.json
@@ -9,9 +9,9 @@
},
"netstandard1.7": {
"dependencies": {
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Resources.ResourceManager": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03"
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02"
}
},
"netcore50": {
@@ -35,7 +35,7 @@
},
"uap10.1": {
"dependencies": {
- "System.Runtime": "4.4.0-beta-24715-03",
+ "System.Runtime": "4.4.0-beta-24717-02",
"System.Resources.ResourceManager": "4.0.1"
}
}
diff --git a/src/System.Runtime.Serialization.Xml/ref/project.json b/src/System.Runtime.Serialization.Xml/ref/project.json
index ccac9a872c10..67095775f857 100644
--- a/src/System.Runtime.Serialization.Xml/ref/project.json
+++ b/src/System.Runtime.Serialization.Xml/ref/project.json
@@ -1,12 +1,12 @@
{
"dependencies": {
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.IO": "4.4.0-beta-24715-03",
- "System.Collections.NonGeneric": "4.4.0-beta-24715-03",
- "System.Collections.Specialized": "4.4.0-beta-24715-03",
- "System.Runtime.Serialization.Primitives": "4.4.0-beta-24715-03",
- "System.Xml.ReaderWriter": "4.4.0-beta-24715-03",
- "System.Text.Encoding": "4.4.0-beta-24715-03"
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.IO": "4.4.0-beta-24717-02",
+ "System.Collections.NonGeneric": "4.4.0-beta-24717-02",
+ "System.Collections.Specialized": "4.4.0-beta-24717-02",
+ "System.Runtime.Serialization.Primitives": "4.4.0-beta-24717-02",
+ "System.Xml.ReaderWriter": "4.4.0-beta-24717-02",
+ "System.Text.Encoding": "4.4.0-beta-24717-02"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.Runtime.Serialization.Xml/src/project.json b/src/System.Runtime.Serialization.Xml/src/project.json
index 41ad1c068136..513895a7639d 100644
--- a/src/System.Runtime.Serialization.Xml/src/project.json
+++ b/src/System.Runtime.Serialization.Xml/src/project.json
@@ -2,29 +2,29 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "Microsoft.NETCore.Platforms": "1.2.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Serialization.Primitives": "4.4.0-beta-24715-03",
- "System.Collections.NonGeneric": "4.4.0-beta-24715-03",
- "System.Collections.Specialized": "4.4.0-beta-24715-03",
- "System.Diagnostics.TraceSource": "4.4.0-beta-24715-03",
- "System.IO.FileSystem": "4.4.0-beta-24715-03",
- "System.IO.FileSystem.Primitives": "4.4.0-beta-24715-03",
- "System.Data.Common": "4.4.0-beta-24715-03",
- "System.Console": "4.4.0-beta-24715-03",
- "System.ComponentModel.TypeConverter": "4.4.0-beta-24715-03",
- "Microsoft.Win32.Registry": "4.4.0-beta-24715-03",
- "System.Reflection": "4.4.0-beta-24715-03",
- "System.Reflection.TypeExtensions": "4.4.0-beta-24715-03",
- "System.Xml.ReaderWriter": "4.4.0-beta-24715-03",
- "System.Xml.XmlDocument": "4.4.0-beta-24715-03",
- "System.Threading.Tasks.Extensions": "4.4.0-beta-24715-03"
+ "Microsoft.NETCore.Platforms": "1.2.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Serialization.Primitives": "4.4.0-beta-24717-02",
+ "System.Collections.NonGeneric": "4.4.0-beta-24717-02",
+ "System.Collections.Specialized": "4.4.0-beta-24717-02",
+ "System.Diagnostics.TraceSource": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem.Primitives": "4.4.0-beta-24717-02",
+ "System.Data.Common": "4.4.0-beta-24717-02",
+ "System.Console": "4.4.0-beta-24717-02",
+ "System.ComponentModel.TypeConverter": "4.4.0-beta-24717-02",
+ "Microsoft.Win32.Registry": "4.4.0-beta-24717-02",
+ "System.Reflection": "4.4.0-beta-24717-02",
+ "System.Reflection.TypeExtensions": "4.4.0-beta-24717-02",
+ "System.Xml.ReaderWriter": "4.4.0-beta-24717-02",
+ "System.Xml.XmlDocument": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks.Extensions": "4.4.0-beta-24717-02"
}
},
"net463": {
"dependencies": {
"Microsoft.TargetingPack.NETFramework.v4.6": "1.0.1",
- "System.Runtime.Serialization.Primitives": "4.4.0-beta-24715-03"
+ "System.Runtime.Serialization.Primitives": "4.4.0-beta-24717-02"
}
}
}
diff --git a/src/System.Runtime.Serialization.Xml/tests/project.json b/src/System.Runtime.Serialization.Xml/tests/project.json
index 374cb0c41210..e97fdd21b89f 100644
--- a/src/System.Runtime.Serialization.Xml/tests/project.json
+++ b/src/System.Runtime.Serialization.Xml/tests/project.json
@@ -1,28 +1,28 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "1.2.0-beta-24715-03",
- "System.Collections": "4.4.0-beta-24715-03",
- "System.Collections.Concurrent": "4.4.0-beta-24715-03",
- "System.Collections.NonGeneric": "4.4.0-beta-24715-03",
- "System.Diagnostics.Debug": "4.4.0-beta-24715-03",
- "System.Diagnostics.Tools": "4.4.0-beta-24715-03",
- "System.Globalization": "4.4.0-beta-24715-03",
- "System.IO.FileSystem": "4.4.0-beta-24715-03",
- "System.Linq": "4.4.0-beta-24715-03",
- "System.Linq.Expressions": "4.4.0-beta-24715-03",
- "System.ObjectModel": "4.4.0-beta-24715-03",
- "System.Reflection": "4.4.0-beta-24715-03",
- "System.Reflection.Extensions": "4.4.0-beta-24715-03",
- "System.Reflection.TypeExtensions": "4.4.0-beta-24715-03",
- "System.Runtime": "4.4.0-beta-24715-03",
- "System.Runtime.Extensions": "4.4.0-beta-24715-03",
- "System.Text.Encoding": "4.4.0-beta-24715-03",
- "System.Threading.Tasks": "4.4.0-beta-24715-03",
- "System.Xml.ReaderWriter": "4.4.0-beta-24715-03",
- "System.Xml.XDocument": "4.4.0-beta-24715-03",
- "System.Xml.XmlDocument": "4.4.0-beta-24715-03",
- "System.Xml.XmlSerializer": "4.4.0-beta-24715-03",
- "System.Runtime.Serialization.Primitives": "4.4.0-beta-24715-03",
+ "Microsoft.NETCore.Platforms": "1.2.0-beta-24717-02",
+ "System.Collections": "4.4.0-beta-24717-02",
+ "System.Collections.Concurrent": "4.4.0-beta-24717-02",
+ "System.Collections.NonGeneric": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Debug": "4.4.0-beta-24717-02",
+ "System.Diagnostics.Tools": "4.4.0-beta-24717-02",
+ "System.Globalization": "4.4.0-beta-24717-02",
+ "System.IO.FileSystem": "4.4.0-beta-24717-02",
+ "System.Linq": "4.4.0-beta-24717-02",
+ "System.Linq.Expressions": "4.4.0-beta-24717-02",
+ "System.ObjectModel": "4.4.0-beta-24717-02",
+ "System.Reflection": "4.4.0-beta-24717-02",
+ "System.Reflection.Extensions": "4.4.0-beta-24717-02",
+ "System.Reflection.TypeExtensions": "4.4.0-beta-24717-02",
+ "System.Runtime": "4.4.0-beta-24717-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24717-02",
+ "System.Text.Encoding": "4.4.0-beta-24717-02",
+ "System.Threading.Tasks": "4.4.0-beta-24717-02",
+ "System.Xml.ReaderWriter": "4.4.0-beta-24717-02",
+ "System.Xml.XDocument": "4.4.0-beta-24717-02",
+ "System.Xml.XmlDocument": "4.4.0-beta-24717-02",
+ "System.Xml.XmlSerializer": "4.4.0-beta-24717-02",
+ "System.Runtime.Serialization.Primitives": "4.4.0-beta-24717-02",
"test-runtime": {
"target": "project",
"exclude": "compile"
diff --git a/src/System.Runtime.WindowsRuntime/src/project.json b/src/System.Runtime.WindowsRuntime/src/project.json
index a836681a5c97..e457756e71ca 100644
--- a/src/System.Runtime.WindowsRuntime/src/project.json
+++ b/src/System.Runtime.WindowsRuntime/src/project.json
@@ -2,13 +2,13 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24716-02",
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24717-03",
"Microsoft.TargetingPack.Private.WinRT": "1.0.3"
}
},
"uap10.1": {
"dependencies": {
- "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-24716-00",
+ "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-24717-00",
"Microsoft.TargetingPack.Private.WinRT": "1.0.3"
}
}
diff --git a/src/System.Runtime/src/project.json b/src/System.Runtime/src/project.json
index 7af5053bf0c1..a800f6291d2c 100644
--- a/src/System.Runtime/src/project.json
+++ b/src/System.Runtime/src/project.json
@@ -2,17 +2,17 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24716-02"
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24717-03"
}
},
"netstandard1.5": {
"dependencies": {
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24716-02"
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24717-03"
}
},
"netcore50": {
"dependencies": {
- "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-24716-00"
+ "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-24717-00"
}
},
"net462": {
@@ -27,7 +27,7 @@
},
"uap10.1": {
"dependencies": {
- "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-24716-00"
+ "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-24717-00"
}
}
}
diff --git a/src/System.Runtime/tests/System/StringTests.cs b/src/System.Runtime/tests/System/StringTests.cs
index 30f3257cdc67..e3cf3be98571 100644
--- a/src/System.Runtime/tests/System/StringTests.cs
+++ b/src/System.Runtime/tests/System/StringTests.cs
@@ -1625,6 +1625,7 @@ public static IEnumerable