Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Commit

Permalink
Update CoreClr, CoreFx, ProjectNTfs to beta-24819-01, beta-24818-02, …
Browse files Browse the repository at this point in the history
…beta-24816-00, respectively
  • Loading branch information
dotnet-bot committed Dec 19, 2016
1 parent 00299d1 commit a313556
Show file tree
Hide file tree
Showing 293 changed files with 3,648 additions and 3,648 deletions.
12 changes: 6 additions & 6 deletions dependencies.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@
These ref versions are pulled from https://github.com/dotnet/versions.
-->
<PropertyGroup>
<CoreFxCurrentRef>c395eec8bf152b479be9893f311eee3c7dbd4313</CoreFxCurrentRef>
<CoreClrCurrentRef>c395eec8bf152b479be9893f311eee3c7dbd4313</CoreClrCurrentRef>
<CoreFxCurrentRef>30e3289f0750125ee5122c5ea1c689bfece7da44</CoreFxCurrentRef>
<CoreClrCurrentRef>30e3289f0750125ee5122c5ea1c689bfece7da44</CoreClrCurrentRef>
<ExternalCurrentRef>4e2952b5114bfa90cc45eef908204006a771a62b</ExternalCurrentRef>
<ProjectNTfsCurrentRef>c395eec8bf152b479be9893f311eee3c7dbd4313</ProjectNTfsCurrentRef>
<ProjectNTfsCurrentRef>30e3289f0750125ee5122c5ea1c689bfece7da44</ProjectNTfsCurrentRef>
</PropertyGroup>

<!-- Auto-upgraded properties for each build info dependency. -->
<PropertyGroup>
<CoreFxExpectedPrerelease>beta-24814-01</CoreFxExpectedPrerelease>
<CoreClrExpectedPrerelease>beta-24814-02</CoreClrExpectedPrerelease>
<CoreFxExpectedPrerelease>beta-24818-02</CoreFxExpectedPrerelease>
<CoreClrExpectedPrerelease>beta-24819-01</CoreClrExpectedPrerelease>
<ExternalExpectedPrerelease>beta-24727-00</ExternalExpectedPrerelease>
<ProjectNTfsExpectedPrerelease>beta-24814-00</ProjectNTfsExpectedPrerelease>
<ProjectNTfsExpectedPrerelease>beta-24816-00</ProjectNTfsExpectedPrerelease>
</PropertyGroup>

<!-- Full package version strings that are used in other parts of the build. -->
Expand Down
604 changes: 302 additions & 302 deletions src/Common/test-runtime/project.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"dependencies": {
"System.Runtime": "4.4.0-beta-24814-01",
"Microsoft.NETCore.Platforms": "1.2.0-beta-24814-01",
"System.Runtime": "4.4.0-beta-24818-02",
"Microsoft.NETCore.Platforms": "1.2.0-beta-24818-02",
"System.Console": "4.3.0",
"System.Diagnostics.Process": "4.4.0-beta-24814-01",
"System.IO": "4.4.0-beta-24814-01",
"System.Reflection": "4.4.0-beta-24814-01",
"System.Threading.Tasks": "4.4.0-beta-24814-01",
"System.Diagnostics.Process": "4.4.0-beta-24818-02",
"System.IO": "4.4.0-beta-24818-02",
"System.Reflection": "4.4.0-beta-24818-02",
"System.Threading.Tasks": "4.4.0-beta-24818-02",
"test-runtime": {
"target": "project",
"exclude": "compile"
Expand Down
4 changes: 2 additions & 2 deletions src/Common/tests/System/Xml/BaseLibManaged/project.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"System.Runtime": "4.4.0-beta-24814-01",
"System.Runtime.Extensions": "4.4.0-beta-24814-01",
"System.Runtime": "4.4.0-beta-24818-02",
"System.Runtime.Extensions": "4.4.0-beta-24818-02",
"test-runtime": {
"target": "project",
"exclude": "compile"
Expand Down
12 changes: 6 additions & 6 deletions src/Common/tests/System/Xml/ModuleCore/project.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"dependencies": {
"Microsoft.NETCore.Platforms": "1.2.0-beta-24814-01",
"System.Collections": "4.4.0-beta-24814-01",
"Microsoft.NETCore.Platforms": "1.2.0-beta-24818-02",
"System.Collections": "4.4.0-beta-24818-02",
"System.Console": "4.3.0",
"System.Diagnostics.Debug": "4.4.0-beta-24814-01",
"System.IO": "4.4.0-beta-24814-01",
"System.Runtime": "4.4.0-beta-24814-01",
"System.Text.Encoding": "4.4.0-beta-24814-01",
"System.Diagnostics.Debug": "4.4.0-beta-24818-02",
"System.IO": "4.4.0-beta-24818-02",
"System.Runtime": "4.4.0-beta-24818-02",
"System.Text.Encoding": "4.4.0-beta-24818-02",
"test-runtime": {
"target": "project",
"exclude": "compile"
Expand Down
18 changes: 9 additions & 9 deletions src/Common/tests/System/Xml/XmlCoreTest/project.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"dependencies": {
"Microsoft.NETCore.Platforms": "1.2.0-beta-24814-01",
"System.Collections": "4.4.0-beta-24814-01",
"Microsoft.NETCore.Platforms": "1.2.0-beta-24818-02",
"System.Collections": "4.4.0-beta-24818-02",
"System.Console": "4.3.0",
"System.IO": "4.4.0-beta-24814-01",
"System.Runtime": "4.4.0-beta-24814-01",
"System.Runtime.Extensions": "4.4.0-beta-24814-01",
"System.Text.Encoding": "4.4.0-beta-24814-01",
"System.Threading": "4.4.0-beta-24814-01",
"System.Threading.Tasks": "4.4.0-beta-24814-01",
"System.Xml.ReaderWriter": "4.4.0-beta-24814-01",
"System.IO": "4.4.0-beta-24818-02",
"System.Runtime": "4.4.0-beta-24818-02",
"System.Runtime.Extensions": "4.4.0-beta-24818-02",
"System.Text.Encoding": "4.4.0-beta-24818-02",
"System.Threading": "4.4.0-beta-24818-02",
"System.Threading.Tasks": "4.4.0-beta-24818-02",
"System.Xml.ReaderWriter": "4.4.0-beta-24818-02",
"test-runtime": {
"target": "project",
"exclude": "compile"
Expand Down
12 changes: 6 additions & 6 deletions src/Common/tests/System/Xml/XmlDiff/project.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"dependencies": {
"Microsoft.NETCore.Platforms": "1.2.0-beta-24814-01",
"System.Collections": "4.4.0-beta-24814-01",
"Microsoft.NETCore.Platforms": "1.2.0-beta-24818-02",
"System.Collections": "4.4.0-beta-24818-02",
"System.Console": "4.3.0",
"System.Diagnostics.Debug": "4.4.0-beta-24814-01",
"System.IO": "4.4.0-beta-24814-01",
"System.Runtime": "4.4.0-beta-24814-01",
"System.Xml.ReaderWriter": "4.4.0-beta-24814-01",
"System.Diagnostics.Debug": "4.4.0-beta-24818-02",
"System.IO": "4.4.0-beta-24818-02",
"System.Runtime": "4.4.0-beta-24818-02",
"System.Xml.ReaderWriter": "4.4.0-beta-24818-02",
"test-runtime": {
"target": "project",
"exclude": "compile"
Expand Down
6 changes: 3 additions & 3 deletions src/Microsoft.CSharp/ref/project.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"dependencies": {
"System.Runtime": "4.4.0-beta-24814-01",
"System.Dynamic.Runtime": "4.4.0-beta-24814-01",
"System.Linq.Expressions": "4.4.0-beta-24814-01"
"System.Runtime": "4.4.0-beta-24818-02",
"System.Dynamic.Runtime": "4.4.0-beta-24818-02",
"System.Linq.Expressions": "4.4.0-beta-24818-02"
},
"frameworks": {
"netstandard1.7": {}
Expand Down
36 changes: 18 additions & 18 deletions src/Microsoft.CSharp/src/project.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"dependencies": {
"System.Collections": "4.4.0-beta-24814-01",
"System.Diagnostics.Debug": "4.4.0-beta-24814-01",
"System.Diagnostics.Tools": "4.4.0-beta-24814-01",
"System.Dynamic.Runtime": "4.4.0-beta-24814-01",
"System.Globalization": "4.4.0-beta-24814-01",
"System.Linq": "4.4.0-beta-24814-01",
"System.Linq.Expressions": "4.4.0-beta-24814-01",
"System.ObjectModel": "4.4.0-beta-24814-01",
"System.Reflection": "4.4.0-beta-24814-01",
"System.Reflection.Extensions": "4.4.0-beta-24814-01",
"System.Reflection.Primitives": "4.4.0-beta-24814-01",
"System.Reflection.TypeExtensions": "4.4.0-beta-24814-01",
"System.Resources.ResourceManager": "4.4.0-beta-24814-01",
"System.Runtime": "4.4.0-beta-24814-01",
"System.Runtime.Extensions": "4.4.0-beta-24814-01",
"System.Runtime.InteropServices": "4.4.0-beta-24814-01",
"System.Threading": "4.4.0-beta-24814-01",
"System.Threading.Tasks": "4.4.0-beta-24814-01"
"System.Collections": "4.4.0-beta-24818-02",
"System.Diagnostics.Debug": "4.4.0-beta-24818-02",
"System.Diagnostics.Tools": "4.4.0-beta-24818-02",
"System.Dynamic.Runtime": "4.4.0-beta-24818-02",
"System.Globalization": "4.4.0-beta-24818-02",
"System.Linq": "4.4.0-beta-24818-02",
"System.Linq.Expressions": "4.4.0-beta-24818-02",
"System.ObjectModel": "4.4.0-beta-24818-02",
"System.Reflection": "4.4.0-beta-24818-02",
"System.Reflection.Extensions": "4.4.0-beta-24818-02",
"System.Reflection.Primitives": "4.4.0-beta-24818-02",
"System.Reflection.TypeExtensions": "4.4.0-beta-24818-02",
"System.Resources.ResourceManager": "4.4.0-beta-24818-02",
"System.Runtime": "4.4.0-beta-24818-02",
"System.Runtime.Extensions": "4.4.0-beta-24818-02",
"System.Runtime.InteropServices": "4.4.0-beta-24818-02",
"System.Threading": "4.4.0-beta-24818-02",
"System.Threading.Tasks": "4.4.0-beta-24818-02"
},
"frameworks": {
"netstandard1.7": {}
Expand Down
2 changes: 1 addition & 1 deletion src/Microsoft.Win32.Primitives/ref/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"System.Runtime": "4.4.0-beta-24814-01"
"System.Runtime": "4.4.0-beta-24818-02"
},
"frameworks": {
"netstandard1.7": {}
Expand Down
4 changes: 2 additions & 2 deletions src/Microsoft.Win32.Primitives/src/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
},
"netstandard1.7": {
"dependencies": {
"System.Runtime": "4.4.0-beta-24814-01",
"System.Runtime.InteropServices": "4.4.0-beta-24814-01"
"System.Runtime": "4.4.0-beta-24818-02",
"System.Runtime.InteropServices": "4.4.0-beta-24818-02"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions src/Microsoft.Win32.Registry/ref/project.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"System.Runtime": "4.4.0-beta-24814-01",
"System.Runtime.Handles": "4.4.0-beta-24814-01"
"System.Runtime": "4.4.0-beta-24818-02",
"System.Runtime.Handles": "4.4.0-beta-24818-02"
},
"frameworks": {
"netstandard1.7": {}
Expand Down
22 changes: 11 additions & 11 deletions src/Microsoft.Win32.Registry/src/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
"netstandard1.7": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0",
"System.Collections": "4.4.0-beta-24814-01",
"System.Diagnostics.Debug": "4.4.0-beta-24814-01",
"System.Diagnostics.Tools": "4.4.0-beta-24814-01",
"System.Globalization": "4.4.0-beta-24814-01",
"System.IO": "4.4.0-beta-24814-01",
"System.Resources.ResourceManager": "4.4.0-beta-24814-01",
"System.Runtime": "4.4.0-beta-24814-01",
"System.Runtime.Extensions": "4.4.0-beta-24814-01",
"System.Runtime.Handles": "4.4.0-beta-24814-01",
"System.Runtime.InteropServices": "4.4.0-beta-24814-01",
"System.Threading.Tasks": "4.4.0-beta-24814-01"
"System.Collections": "4.4.0-beta-24818-02",
"System.Diagnostics.Debug": "4.4.0-beta-24818-02",
"System.Diagnostics.Tools": "4.4.0-beta-24818-02",
"System.Globalization": "4.4.0-beta-24818-02",
"System.IO": "4.4.0-beta-24818-02",
"System.Resources.ResourceManager": "4.4.0-beta-24818-02",
"System.Runtime": "4.4.0-beta-24818-02",
"System.Runtime.Extensions": "4.4.0-beta-24818-02",
"System.Runtime.Handles": "4.4.0-beta-24818-02",
"System.Runtime.InteropServices": "4.4.0-beta-24818-02",
"System.Threading.Tasks": "4.4.0-beta-24818-02"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions src/System.AppContext/src/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
"Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24814-02"
"Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24819-01"
}
},
"netcore50": {
"dependencies": {
"Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24814-02"
"Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24819-01"
}
},
"net463": {
Expand Down
2 changes: 1 addition & 1 deletion src/System.Buffers/ref/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"System.Runtime": "4.4.0-beta-24814-01"
"System.Runtime": "4.4.0-beta-24818-02"
},
"frameworks": {
"netstandard1.1": {}
Expand Down
2 changes: 1 addition & 1 deletion src/System.Buffers/src/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"netcoreapp1.1": {
"dependencies": {
"Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24814-02"
"Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24819-01"
}
}
}
Expand Down
18 changes: 9 additions & 9 deletions src/System.CodeDom/ref/project.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"dependencies": {
"System.Collections.Specialized": "4.4.0-beta-24814-01",
"System.ComponentModel.TypeConverter": "4.4.0-beta-24814-01",
"System.Collections.NonGeneric": "4.4.0-beta-24814-01",
"System.IO": "4.4.0-beta-24814-01",
"System.Reflection": "4.4.0-beta-24814-01",
"System.Runtime": "4.4.0-beta-24814-01",
"System.Runtime.Extensions": "4.4.0-beta-24814-01",
"System.Security.Permissions": "4.4.0-beta-24814-01",
"System.Text.Encoding": "4.4.0-beta-24814-01"
"System.Collections.Specialized": "4.4.0-beta-24818-02",
"System.ComponentModel.TypeConverter": "4.4.0-beta-24818-02",
"System.Collections.NonGeneric": "4.4.0-beta-24818-02",
"System.IO": "4.4.0-beta-24818-02",
"System.Reflection": "4.4.0-beta-24818-02",
"System.Runtime": "4.4.0-beta-24818-02",
"System.Runtime.Extensions": "4.4.0-beta-24818-02",
"System.Security.Permissions": "4.4.0-beta-24818-02",
"System.Text.Encoding": "4.4.0-beta-24818-02"
},
"frameworks": {
"netstandard1.7": {}
Expand Down
44 changes: 22 additions & 22 deletions src/System.CodeDom/src/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,28 @@
"netstandard1.7": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0",
"System.Collections": "4.4.0-beta-24814-01",
"System.Collections.Specialized": "4.4.0-beta-24814-01",
"System.Collections.NonGeneric": "4.4.0-beta-24814-01",
"System.ComponentModel.TypeConverter": "4.4.0-beta-24814-01",
"System.Diagnostics.Debug": "4.4.0-beta-24814-01",
"System.Diagnostics.Process": "4.4.0-beta-24814-01",
"System.Diagnostics.Tools": "4.4.0-beta-24814-01",
"System.Diagnostics.Tracing": "4.4.0-beta-24814-01",
"System.IO": "4.4.0-beta-24814-01",
"System.IO.FileSystem": "4.4.0-beta-24814-01",
"System.Globalization": "4.4.0-beta-24814-01",
"System.Globalization.Extensions": "4.4.0-beta-24814-01",
"System.Net.Primitives": "4.4.0-beta-24814-01",
"System.Reflection": "4.4.0-beta-24814-01",
"System.Resources.ResourceManager": "4.4.0-beta-24814-01",
"System.Runtime": "4.4.0-beta-24814-01",
"System.Runtime.Extensions": "4.4.0-beta-24814-01",
"System.Security.Permissions": "4.4.0-beta-24814-01",
"System.Text.Encoding": "4.4.0-beta-24814-01",
"System.Text.RegularExpressions": "4.4.0-beta-24814-01",
"System.Threading": "4.4.0-beta-24814-01",
"System.Threading.Tasks": "4.4.0-beta-24814-01"
"System.Collections": "4.4.0-beta-24818-02",
"System.Collections.Specialized": "4.4.0-beta-24818-02",
"System.Collections.NonGeneric": "4.4.0-beta-24818-02",
"System.ComponentModel.TypeConverter": "4.4.0-beta-24818-02",
"System.Diagnostics.Debug": "4.4.0-beta-24818-02",
"System.Diagnostics.Process": "4.4.0-beta-24818-02",
"System.Diagnostics.Tools": "4.4.0-beta-24818-02",
"System.Diagnostics.Tracing": "4.4.0-beta-24818-02",
"System.IO": "4.4.0-beta-24818-02",
"System.IO.FileSystem": "4.4.0-beta-24818-02",
"System.Globalization": "4.4.0-beta-24818-02",
"System.Globalization.Extensions": "4.4.0-beta-24818-02",
"System.Net.Primitives": "4.4.0-beta-24818-02",
"System.Reflection": "4.4.0-beta-24818-02",
"System.Resources.ResourceManager": "4.4.0-beta-24818-02",
"System.Runtime": "4.4.0-beta-24818-02",
"System.Runtime.Extensions": "4.4.0-beta-24818-02",
"System.Security.Permissions": "4.4.0-beta-24818-02",
"System.Text.Encoding": "4.4.0-beta-24818-02",
"System.Text.RegularExpressions": "4.4.0-beta-24818-02",
"System.Threading": "4.4.0-beta-24818-02",
"System.Threading.Tasks": "4.4.0-beta-24818-02"
}
},
"net461": {
Expand Down
26 changes: 13 additions & 13 deletions src/System.Collections.Concurrent/src/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.2.0-beta-24814-01",
"System.Collections": "4.4.0-beta-24814-01",
"System.Diagnostics.Contracts": "4.4.0-beta-24814-01",
"System.Diagnostics.Debug": "4.4.0-beta-24814-01",
"System.Diagnostics.Tools": "4.4.0-beta-24814-01",
"System.Diagnostics.Tracing": "4.4.0-beta-24814-01",
"System.Globalization": "4.4.0-beta-24814-01",
"System.Reflection": "4.4.0-beta-24814-01",
"System.Resources.ResourceManager": "4.4.0-beta-24814-01",
"System.Runtime": "4.4.0-beta-24814-01",
"System.Runtime.Extensions": "4.4.0-beta-24814-01",
"System.Threading": "4.4.0-beta-24814-01",
"System.Threading.Tasks": "4.4.0-beta-24814-01"
"Microsoft.NETCore.Platforms": "1.2.0-beta-24818-02",
"System.Collections": "4.4.0-beta-24818-02",
"System.Diagnostics.Contracts": "4.4.0-beta-24818-02",
"System.Diagnostics.Debug": "4.4.0-beta-24818-02",
"System.Diagnostics.Tools": "4.4.0-beta-24818-02",
"System.Diagnostics.Tracing": "4.4.0-beta-24818-02",
"System.Globalization": "4.4.0-beta-24818-02",
"System.Reflection": "4.4.0-beta-24818-02",
"System.Resources.ResourceManager": "4.4.0-beta-24818-02",
"System.Runtime": "4.4.0-beta-24818-02",
"System.Runtime.Extensions": "4.4.0-beta-24818-02",
"System.Threading": "4.4.0-beta-24818-02",
"System.Threading.Tasks": "4.4.0-beta-24818-02"
}
},
"net46": {
Expand Down
6 changes: 3 additions & 3 deletions src/System.Collections.NonGeneric/ref/project.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"dependencies": {
"System.Runtime": "4.4.0-beta-24814-01",
"System.Runtime.Extensions": "4.4.0-beta-24814-01",
"System.Globalization": "4.4.0-beta-24814-01"
"System.Runtime": "4.4.0-beta-24818-02",
"System.Runtime.Extensions": "4.4.0-beta-24818-02",
"System.Globalization": "4.4.0-beta-24818-02"
},
"frameworks": {
"netstandard1.7": {}
Expand Down
Loading

0 comments on commit a313556

Please sign in to comment.