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

Commit a5a9720

Browse files
committed
Reacting to CLR package versioning changes
1 parent 4c4d8e4 commit a5a9720

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

samples/StaticFileSample/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"aspnet50": { },
99
"aspnetcore50": {
1010
"dependencies": {
11-
"System.Diagnostics.Contracts": "4.0.0.0",
11+
"System.Diagnostics.Contracts": "4.0.0-beta-*",
1212
"System.Security.Claims": "1.0.0-*"
1313
}
1414
}

src/Microsoft.AspNet.StaticFiles/project.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@
1010
"aspnet50": { },
1111
"aspnetcore50": {
1212
"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"
13+
"System.Collections": "4.0.10-beta-*",
14+
"System.Diagnostics.Contracts": "4.0.0-beta-*",
15+
"System.Diagnostics.Debug": "4.0.10-beta-*",
16+
"System.Diagnostics.Tools": "4.0.0-beta-*",
17+
"System.Globalization": "4.0.10-beta-*",
18+
"System.IO": "4.0.10-beta-*",
19+
"System.Linq": "4.0.0-beta-*",
20+
"System.Reflection": "4.0.10-beta-*",
21+
"System.Resources.ResourceManager": "4.0.0-beta-*",
22+
"System.Runtime": "4.0.20-beta-*",
23+
"System.Runtime.Extensions": "4.0.10-beta-*",
24+
"System.Runtime.InteropServices": "4.0.20-beta-*",
25+
"System.Text.Encoding": "4.0.10-beta-*",
26+
"System.Threading.Tasks": "4.0.10-beta-*"
2727
}
2828
}
2929
}

0 commit comments

Comments
 (0)