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 #5089 from wtgodbe/110Versions
Browse files Browse the repository at this point in the history
Bump versions from CoreFx
  • Loading branch information
wtgodbe authored Feb 5, 2019
2 parents f15ff21 + ea0525f commit d902a52
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
},
"dependencies": {
"NETStandard.Library": "1.6.1",
"Microsoft.NETCore.Platforms": "1.1.1-servicing-26507-01",
"Microsoft.NETCore.Targets": "1.1.3-servicing-26507-01",
"Microsoft.NETCore.Platforms": "1.1.2",
"Microsoft.NETCore.Targets": "1.1.4",
"System.Net.Http": "4.3.3-servicing-25629-01",
"runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3-servicing-26507-01",
"runtime.native.System.Net.Http": "4.3.1-servicing-26507-01",
Expand Down
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 @@ -8,7 +8,7 @@
"NETStandard.Library": "1.6.1",
"Microsoft.NETCore.Runtime.CoreCLR": "1.1.11",
"Microsoft.NETCore.Platforms": "1.1.2",
"Microsoft.NETCore.Targets": "1.1.3",
"Microsoft.NETCore.Targets": "1.1.4",
"System.Net.Http": "4.3.4",
"runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
"runtime.native.System.Net.Http": "4.3.1",
Expand Down
4 changes: 2 additions & 2 deletions build_projects/shared-build-targets-utils/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"description": "Build scripts for dotnet-cli",
"dependencies": {
"NETStandard.Library": "1.6.1",
"Microsoft.NETCore.Platforms": "1.1.1-servicing-26507-01",
"Microsoft.NETCore.Targets": "1.1.3-servicing-26507-01",
"Microsoft.NETCore.Platforms": "1.1.2",
"Microsoft.NETCore.Targets": "1.1.4",
"System.Net.Http": "4.3.3-servicing-25629-01",
"Microsoft.CSharp": "4.3.0",
"runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3-servicing-26507-01",
Expand Down
2 changes: 1 addition & 1 deletion build_projects/update-dependencies/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"Microsoft.CSharp": "4.3.0",
"Microsoft.NETCore.Runtime.CoreCLR": "1.1.11",
"Microsoft.NETCore.Platforms": "1.1.2",
"Microsoft.NETCore.Targets": "1.1.3",
"Microsoft.NETCore.Targets": "1.1.4",
"System.Runtime.Serialization.Primitives": "4.3.0",
"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 @@ -7,7 +7,7 @@
"Microsoft.DiaSymReader.Native": "1.4.1",
"Microsoft.NETCore.Platforms": "1.1.2",
"Microsoft.NETCore.Runtime.CoreCLR": "1.1.11",
"Microsoft.NETCore.Targets": "1.1.3",
"Microsoft.NETCore.Targets": "1.1.4",
"Microsoft.VisualBasic": "10.1.0",
"NETStandard.Library": "1.6.1",
"runtime.native.System": "4.3.1",
Expand Down
8 changes: 4 additions & 4 deletions pkg/projects/Microsoft.NETCore/project.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"dependencies": {
"Microsoft.CSharp": "4.3.0",
"Microsoft.NETCore.Platforms": "1.1.1-servicing-26507-01",
"Microsoft.NETCore.Targets": "1.1.3-servicing-26507-01",
"Microsoft.NETCore.Platforms": "1.1.2",
"Microsoft.NETCore.Targets": "1.1.4",
"Microsoft.VisualBasic": "10.1.0",
"System.AppContext": "4.3.0",
"System.Collections": "4.3.0",
Expand Down Expand Up @@ -39,8 +39,8 @@
"System.Reflection.Primitives": "4.3.0",
"System.Reflection.TypeExtensions": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.0",
"System.Runtime.Extensions": "4.3.0",
"System.Runtime": "4.3.1",
"System.Runtime.Extensions": "4.3.1",
"System.Runtime.Handles": "4.3.0",
"System.Runtime.InteropServices": "4.3.0",
"System.Runtime.Numerics": "4.3.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Microsoft.DotNet.PlatformAbstractions/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"System.IO": "4.1.0",
"System.IO.FileSystem": "4.0.1",
"System.Reflection.TypeExtensions": "4.1.0",
"System.Runtime.Extensions": "4.1.0",
"System.Runtime.Extensions": "4.3.1",
"System.Runtime.InteropServices": "4.1.0",
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0"
}
Expand Down
4 changes: 2 additions & 2 deletions tools/independent/RuntimeGraphGenerator/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
},
"dependencies": {
"NuGet.RuntimeModel": "3.5.0-rc-1285",
"Microsoft.NETCore.Platforms": "1.1.1",
"Microsoft.NETCore.Targets": "1.1.3",
"Microsoft.NETCore.Platforms": "1.1.2",
"Microsoft.NETCore.Targets": "1.1.4",
"NuGet.Versioning": "3.5.0-rc-1285",
"System.CommandLine": "0.1.0-e160119-1",
"System.Runtime.Serialization.Json": "4.3.0",
Expand Down

0 comments on commit d902a52

Please sign in to comment.