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

Commit c71cc6b

Browse files
committed
Updating partner package versions
1 parent d7defa9 commit c71cc6b

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

samples/StaticFileSample/project.json

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

src/Microsoft.AspNetCore.StaticFiles/project.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,12 @@
2020
]
2121
},
2222
"dependencies": {
23-
"Microsoft.AspNetCore.Http.Extensions": "1.1.0-*",
2423
"Microsoft.AspNetCore.Hosting.Abstractions": "1.1.0-*",
24+
"Microsoft.AspNetCore.Http.Extensions": "1.1.0-*",
2525
"Microsoft.Extensions.FileProviders.Abstractions": "1.1.0-*",
2626
"Microsoft.Extensions.Logging.Abstractions": "1.1.0-*",
27-
"Microsoft.Extensions.WebEncoders": "1.1.0-*"
27+
"Microsoft.Extensions.WebEncoders": "1.1.0-*",
28+
"NETStandard.Library": "1.6.1-*"
2829
},
2930
"frameworks": {
3031
"net451": {},

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,20 @@
1717
]
1818
},
1919
"dependencies": {
20-
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0-*",
2120
"dotnet-test-xunit": "2.2.0-*",
22-
"Microsoft.AspNetCore.StaticFiles": "1.1.0-*",
21+
"Microsoft.AspNetCore.Server.IntegrationTesting": "0.2.0-*",
2322
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
2423
"Microsoft.AspNetCore.Server.WebListener": "1.1.0-*",
24+
"Microsoft.AspNetCore.StaticFiles": "1.1.0-*",
2525
"Microsoft.AspNetCore.Testing": "1.1.0-*",
26-
"Microsoft.AspNetCore.Server.IntegrationTesting": "0.2.0-*",
2726
"Microsoft.Extensions.Logging.Testing": "1.1.0-*",
2827
"xunit": "2.2.0-*"
2928
},
3029
"frameworks": {
3130
"netcoreapp1.0": {
3231
"dependencies": {
3332
"Microsoft.NETCore.App": {
34-
"version": "1.0.0-*",
33+
"version": "1.1.0-*",
3534
"type": "platform"
3635
}
3736
}

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
]
1717
},
1818
"dependencies": {
19-
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0-*",
2019
"dotnet-test-xunit": "2.2.0-*",
2120
"Microsoft.AspNetCore.StaticFiles": "1.1.0-*",
2221
"Microsoft.AspNetCore.TestHost": "1.1.0-*",
@@ -28,7 +27,7 @@
2827
"netcoreapp1.0": {
2928
"dependencies": {
3029
"Microsoft.NETCore.App": {
31-
"version": "1.0.0-*",
30+
"version": "1.1.0-*",
3231
"type": "platform"
3332
}
3433
}

0 commit comments

Comments
 (0)