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

Commit 4c4d8e4

Browse files
committed
Fixup references
1 parent 4fd4b3f commit 4c4d8e4

File tree

3 files changed

+53
-58
lines changed

3 files changed

+53
-58
lines changed

samples/StaticFileSample/project.json

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
{
2-
"dependencies": {
3-
"Helios": "1.0.0-*",
4-
"Microsoft.AspNet.FileSystems": "1.0.0-*",
5-
"Microsoft.AspNet.Http": "1.0.0-*",
6-
"Microsoft.AspNet.StaticFiles": ""
7-
},
8-
"frameworks": {
9-
"aspnet50": {
2+
"dependencies": {
3+
"Microsoft.AspNet.Server.IIS": "1.0.0-*",
4+
"Kestrel": "1.0.0-*",
5+
"Microsoft.AspNet.StaticFiles": "1.0.0-*"
106
},
11-
"aspnetcore50": {
12-
"dependencies": {
13-
"System.Diagnostics.Contracts": "4.0.0.0",
14-
"System.Security.Claims" : "1.0.0-*"
7+
"frameworks": {
8+
"aspnet50": { },
9+
"aspnetcore50": {
10+
"dependencies": {
11+
"System.Diagnostics.Contracts": "4.0.0.0",
12+
"System.Security.Claims": "1.0.0-*"
13+
}
1514
}
1615
}
17-
}
1816
}
Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
{
2-
"version": "1.0.0-*",
3-
"dependencies": {
4-
"Microsoft.AspNet.FileSystems": "1.0.0-*",
5-
"Microsoft.AspNet.Http": "1.0.0-*",
6-
"Microsoft.AspNet.HttpFeature": "1.0.0-*",
7-
"Microsoft.AspNet.RequestContainer": "1.0.0-*"
8-
},
9-
"frameworks": {
10-
"aspnet50": {},
11-
"aspnetcore50": {
12-
"dependencies": {
13-
"System.Collections": "4.0.10.0",
14-
"System.Diagnostics.Contracts": "4.0.0.0",
15-
"System.Diagnostics.Debug": "4.0.10.0",
16-
"System.Diagnostics.Tools": "4.0.0.0",
17-
"System.Globalization": "4.0.10.0",
18-
"System.IO": "4.0.10.0",
19-
"System.Linq": "4.0.0.0",
20-
"System.Reflection": "4.0.10.0",
21-
"System.Resources.ResourceManager": "4.0.0.0",
22-
"System.Runtime": "4.0.20.0",
23-
"System.Runtime.Extensions": "4.0.10.0",
24-
"System.Runtime.InteropServices": "4.0.20.0",
25-
"System.Text.Encoding": "4.0.10.0",
26-
"System.Threading.Tasks": "4.0.10.0"
27-
}
2+
"version": "1.0.0-*",
3+
"dependencies": {
4+
"Microsoft.AspNet.FileSystems": "1.0.0-*",
5+
"Microsoft.AspNet.Http": "1.0.0-*",
6+
"Microsoft.AspNet.HttpFeature": { "version": "1.0.0-*", "type": "build" },
7+
"Microsoft.AspNet.RequestContainer": "1.0.0-*"
8+
},
9+
"frameworks": {
10+
"aspnet50": { },
11+
"aspnetcore50": {
12+
"dependencies": {
13+
"System.Collections": "4.0.10.0",
14+
"System.Diagnostics.Contracts": "4.0.0.0",
15+
"System.Diagnostics.Debug": "4.0.10.0",
16+
"System.Diagnostics.Tools": "4.0.0.0",
17+
"System.Globalization": "4.0.10.0",
18+
"System.IO": "4.0.10.0",
19+
"System.Linq": "4.0.0.0",
20+
"System.Reflection": "4.0.10.0",
21+
"System.Resources.ResourceManager": "4.0.0.0",
22+
"System.Runtime": "4.0.20.0",
23+
"System.Runtime.Extensions": "4.0.10.0",
24+
"System.Runtime.InteropServices": "4.0.20.0",
25+
"System.Text.Encoding": "4.0.10.0",
26+
"System.Threading.Tasks": "4.0.10.0"
27+
}
28+
}
2829
}
29-
}
3030
}
Lines changed: 15 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,18 @@
11
{
2-
"dependencies": {
3-
"Microsoft.AspNet.PipelineCore": "1.0.0-*",
4-
"Microsoft.AspNet.Http": "1.0.0-*",
5-
"Microsoft.AspNet.HttpFeature": "1.0.0-*",
6-
"Microsoft.AspNet.StaticFiles": "",
7-
"Microsoft.AspNet.TestHost": "1.0.0-*",
8-
"Xunit.KRunner": "1.0.0-*"
9-
},
10-
"commands": {
11-
"test": "Xunit.KRunner"
12-
},
13-
"frameworks": {
14-
"aspnet50": {
15-
"dependencies": {
16-
"Shouldly": "1.1.1.1",
17-
"System.Runtime": ""
18-
}
2+
"dependencies": {
3+
"Microsoft.AspNet.PipelineCore": "1.0.0-*",
4+
"Microsoft.AspNet.StaticFiles": "1.0.0-*",
5+
"Microsoft.AspNet.TestHost": "1.0.0-*",
6+
"Xunit.KRunner": "1.0.0-*"
7+
},
8+
"commands": {
9+
"test": "Xunit.KRunner"
10+
},
11+
"frameworks": {
12+
"aspnet50": {
13+
"dependencies": {
14+
"Shouldly": "1.1.1.1"
15+
}
16+
}
1917
}
20-
}
2118
}

0 commit comments

Comments
 (0)