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

Commit

Permalink
Merge pull request #5862 from wtgodbe/1016NonStabDeps
Browse files Browse the repository at this point in the history
Update dependencies for 1.0.16
  • Loading branch information
wtgodbe authored Apr 15, 2019
2 parents 069511e + 3121cd0 commit fefc15a
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build_projects/dotnet-host-build/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"dependencies": {
"NETStandard.Library": "1.6.0",
"Microsoft.NETCore.Runtime.CoreCLR": "1.0.17",
"Microsoft.NETCore.Runtime.CoreCLR": "1.0.18-servicing-27612-01",
"Microsoft.CSharp": "4.0.1",
"System.Dynamic.Runtime": "4.0.11",
"System.Reflection.Metadata": "1.3.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace Microsoft.DotNet.Cli.Build
{
public class DependencyVersions
{
public static readonly string CoreCLRVersion = "1.0.17";
public static readonly string JitVersion = "1.0.17";
public static readonly string CoreCLRVersion = "1.0.18-servicing-27612-01";
public static readonly string JitVersion = "1.0.18-servicing-27612-01";
}
}
2 changes: 1 addition & 1 deletion build_projects/update-dependencies/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"NETStandard.Library": "1.6.0",
"Microsoft.CSharp": "4.0.1",
"Microsoft.NETCore.Runtime.CoreCLR": "1.0.17",
"Microsoft.NETCore.Runtime.CoreCLR": "1.0.18-servicing-27612-01",
"System.Runtime.Serialization.Primitives": "4.1.1",
"Microsoft.DotNet.Cli.Build.Framework": {
"target": "project"
Expand Down
2 changes: 1 addition & 1 deletion pkg/projects/Microsoft.NETCore.App/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Microsoft.CodeAnalysis.CSharp": "1.3.0",
"Microsoft.CodeAnalysis.VisualBasic": "1.3.0",
"Microsoft.CSharp": "4.0.1",
"Microsoft.NETCore.Runtime.CoreCLR": "1.0.17",
"Microsoft.NETCore.Runtime.CoreCLR": "1.0.18-servicing-27612-01",
"Microsoft.VisualBasic": "10.0.1",
"NETStandard.Library": "1.6.0",
"System.Buffers": "4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions pkg/projects/Microsoft.NETCore/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"System.Linq.Queryable": "4.0.1",
"System.Net.Http": "4.1.1",
"System.Net.NetworkInformation": "4.1.0",
"System.Net.Primitives": "4.0.11",
"System.Net.Primitives": "4.0.12-servicing-27615-02",
"System.Numerics.Vectors": "4.1.1",
"System.ObjectModel": "4.0.12",
"System.Reflection": "4.1.0",
Expand All @@ -47,7 +47,7 @@
"System.Security.Principal": "4.0.1",
"System.Text.Encoding": "4.0.11",
"System.Text.Encoding.Extensions": "4.0.11",
"System.Text.RegularExpressions": "4.1.0",
"System.Text.RegularExpressions": "4.1.1-servicing-27615-02",
"System.Threading": "4.0.11",
"System.Threading.Tasks": "4.0.11",
"System.Threading.Tasks.Dataflow": "4.6.0",
Expand Down
2 changes: 1 addition & 1 deletion tools/independent/RuntimeGraphGenerator/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"Microsoft.DotNet.ProjectModel": "1.0.0-rc2-002794",
"Microsoft.DotNet.Cli.Utils": "1.0.0-preview2-002794",
"NETStandard.Library": "1.6.0",
"Microsoft.NETCore.Runtime.CoreCLR": "1.0.17"
"Microsoft.NETCore.Runtime.CoreCLR": "1.0.18-servicing-27612-01"
},
"frameworks": {
"netcoreapp1.0": {
Expand Down

0 comments on commit fefc15a

Please sign in to comment.