Skip to content

Commit 7ea92f0

Browse files
committed
Updating to 4.4 CoreFx packages
1 parent 2c5dc9a commit 7ea92f0

File tree

11 files changed

+19
-19
lines changed

11 files changed

+19
-19
lines changed

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"src"
44
],
55
"sdk": {
6-
"version": "1.0.0-preview2-1-003177"
6+
"version": "1.0.0-preview2-1-003180"
77
}
88
}

src/Microsoft.AspNetCore.Hosting.Abstractions/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.2.0-*",
2929
"Microsoft.Extensions.FileProviders.Abstractions": "1.2.0-*",
3030
"Microsoft.Extensions.Logging.Abstractions": "1.2.0-*",
31-
"NETStandard.Library": "1.6.1-*"
31+
"NETStandard.Library": "1.6.2-*"
3232
},
3333
"frameworks": {
3434
"net451": {},

src/Microsoft.AspNetCore.Hosting.Server.Abstractions/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"dependencies": {
2323
"Microsoft.AspNetCore.Http.Features": "1.2.0-*",
2424
"Microsoft.Extensions.Configuration.Abstractions": "1.2.0-*",
25-
"NETStandard.Library": "1.6.1-*"
25+
"NETStandard.Library": "1.6.2-*"
2626
},
2727
"frameworks": {
2828
"net451": {},

src/Microsoft.AspNetCore.Hosting.WindowsServices/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"Microsoft.AspNetCore.Hosting": {
2424
"target": "project"
2525
},
26-
"NETStandard.Library": "1.6.1-*"
26+
"NETStandard.Library": "1.6.2-*"
2727
},
2828
"frameworks": {
2929
"net451": {

src/Microsoft.AspNetCore.Hosting/project.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
5151
"version": "1.2.0-*",
5252
"type": "build"
5353
},
54-
"NETStandard.Library": "1.6.1-*",
55-
"System.Diagnostics.DiagnosticSource": "4.3.0-*",
56-
"System.Reflection.Metadata": "1.4.1-*"
54+
"NETStandard.Library": "1.6.2-*",
55+
"System.Diagnostics.DiagnosticSource": "4.4.0-*",
56+
"System.Reflection.Metadata": "1.5.0-*"
5757
},
5858
"frameworks": {
5959
"net451": {
@@ -71,13 +71,13 @@
7171
},
7272
"netstandard1.3": {
7373
"dependencies": {
74-
"System.Diagnostics.StackTrace": "4.3.0-*"
74+
"System.Diagnostics.StackTrace": "4.4.0-*"
7575
}
7676
},
7777
"netstandard1.5": {
7878
"dependencies": {
79-
"System.Diagnostics.StackTrace": "4.3.0-*",
80-
"System.Runtime.Loader": "4.3.0-*"
79+
"System.Diagnostics.StackTrace": "4.4.0-*",
80+
"System.Runtime.Loader": "4.4.0-*"
8181
}
8282
}
8383
},

src/Microsoft.AspNetCore.Server.IntegrationTesting/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"version": "1.2.0-*"
3939
},
4040
"Microsoft.NETCore.Windows.ApiSets": "1.0.1",
41-
"NETStandard.Library": "1.6.1-*"
41+
"NETStandard.Library": "1.6.2-*"
4242
},
4343
"frameworks": {
4444
"net451": {
@@ -56,8 +56,8 @@
5656
},
5757
"netstandard1.3": {
5858
"dependencies": {
59-
"System.Diagnostics.Process": "4.3.0-*",
60-
"System.Threading.Thread": "4.3.0-*"
59+
"System.Diagnostics.Process": "4.4.0-*",
60+
"System.Threading.Thread": "4.4.0-*"
6161
},
6262
"imports": [
6363
"portable-net45+win8"

src/Microsoft.AspNetCore.TestHost/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"Microsoft.AspNetCore.Hosting": {
2525
"target": "project"
2626
},
27-
"NETStandard.Library": "1.6.1-*"
27+
"NETStandard.Library": "1.6.2-*"
2828
},
2929
"frameworks": {
3030
"net451": {
@@ -34,7 +34,7 @@
3434
},
3535
"netstandard1.3": {
3636
"dependencies": {
37-
"System.Diagnostics.Contracts": "4.3.0-*"
37+
"System.Diagnostics.Contracts": "4.4.0-*"
3838
}
3939
}
4040
}

test/Microsoft.AspNetCore.Hosting.FunctionalTests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"netcoreapp1.1": {
2525
"dependencies": {
2626
"Microsoft.NETCore.App": {
27-
"version": "1.1.0-*",
27+
"version": "1.2.0-*",
2828
"type": "platform"
2929
}
3030
}

test/Microsoft.AspNetCore.Hosting.TestSites/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"netcoreapp1.1": {
1515
"dependencies": {
1616
"Microsoft.NETCore.App": {
17-
"version": "1.1.0-*",
17+
"version": "1.2.0-*",
1818
"type": "platform"
1919
}
2020
}

test/Microsoft.AspNetCore.Hosting.Tests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"netcoreapp1.1": {
2727
"dependencies": {
2828
"Microsoft.NETCore.App": {
29-
"version": "1.1.0-*",
29+
"version": "1.2.0-*",
3030
"type": "platform"
3131
}
3232
}

test/Microsoft.AspNetCore.TestHost.Tests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"netcoreapp1.1": {
1515
"dependencies": {
1616
"Microsoft.NETCore.App": {
17-
"version": "1.1.0-*",
17+
"version": "1.2.0-*",
1818
"type": "platform"
1919
}
2020
}

0 commit comments

Comments
 (0)