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

Commit 32d0994

Browse files
committed
Merge branch 'release' into dev
2 parents dfca01d + e720824 commit 32d0994

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

samples/StaticFileSample/project.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,16 @@
66
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
77
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
88
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*",
9-
"Microsoft.Extensions.Logging.Console": "1.0.0-*",
10-
"Microsoft.NETCore.Platforms": "1.0.1-*"
9+
"Microsoft.Extensions.Logging.Console": "1.0.0-*"
1110
},
1211
"frameworks": {
1312
"net451": {},
14-
"netstandardapp1.5": {
13+
"netcoreapp1.0": {
1514
"dependencies": {
16-
"NETStandard.Library": "1.5.0-*"
15+
"Microsoft.NETCore.App": {
16+
"version": "1.0.0-*",
17+
"type": "platform"
18+
}
1719
},
1820
"imports": [
1921
"dnxcore50"

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,13 @@
1515
"xunit": "2.1.0"
1616
},
1717
"frameworks": {
18-
"netstandardapp1.5": {
18+
"netcoreapp1.0": {
1919
"dependencies": {
20+
"Microsoft.NETCore.App": {
21+
"version": "1.0.0-*",
22+
"type": "platform"
23+
},
2024
"dotnet-test-xunit": "1.0.0-dev-*",
21-
"NETStandard.Library": "1.5.0-*",
2225
"System.Diagnostics.Process": "4.1.0-*"
2326
},
2427
"imports": [

0 commit comments

Comments
 (0)