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

Commit a5717aa

Browse files
committed
Updating to 4.4 CoreFx packages
1 parent 8e85255 commit a5717aa

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/ResponseCachingSample/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.ResponseCaching.Abstractions/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"net451": {},
2525
"netstandard1.3": {
2626
"dependencies": {
27-
"NETStandard.Library": "1.6.1-*"
27+
"NETStandard.Library": "1.6.2-*"
2828
}
2929
}
3030
}

src/Microsoft.AspNetCore.ResponseCaching/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"version": "1.2.0-*",
3434
"type": "build"
3535
},
36-
"NETStandard.Library": "1.6.1-*"
36+
"NETStandard.Library": "1.6.2-*"
3737
},
3838
"frameworks": {
3939
"net451": {},

test/Microsoft.AspNetCore.ResponseCaching.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)