Skip to content
This repository was archived by the owner on Nov 22, 2018. It is now read-only.

Commit 0651cca

Browse files
committed
Updating to 4.4 CoreFx packages
1 parent c185191 commit 0651cca

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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
}

samples/StaticFileSample/project.json

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

src/Microsoft.AspNetCore.StaticFiles/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"Microsoft.Extensions.FileProviders.Abstractions": "1.2.0-*",
2626
"Microsoft.Extensions.Logging.Abstractions": "1.2.0-*",
2727
"Microsoft.Extensions.WebEncoders": "1.2.0-*",
28-
"NETStandard.Library": "1.6.1-*"
28+
"NETStandard.Library": "1.6.2-*"
2929
},
3030
"frameworks": {
3131
"net451": {},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"netcoreapp1.1": {
3131
"dependencies": {
3232
"Microsoft.NETCore.App": {
33-
"version": "1.1.0-*",
33+
"version": "1.2.0-*",
3434
"type": "platform"
3535
}
3636
}

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

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

0 commit comments

Comments
 (0)