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

Commit dc04ff8

Browse files
committed
Reacting to CLR package versioning changes
1 parent f5577c5 commit dc04ff8

File tree

8 files changed

+55
-55
lines changed

8 files changed

+55
-55
lines changed

src/Microsoft.AspNet.FeatureModel/project.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
"aspnet50": {},
66
"aspnetcore50": {
77
"dependencies": {
8-
"System.Collections": "4.0.10.0",
9-
"System.Linq": "4.0.0.0",
10-
"System.Reflection": "4.0.10.0",
11-
"System.Reflection.TypeExtensions": "4.0.0.0",
12-
"System.Runtime": "4.0.20.0",
13-
"System.Runtime.InteropServices": "4.0.20.0",
14-
"System.Threading": "4.0.0.0"
8+
"System.Collections": "4.0.10-beta-*",
9+
"System.Linq": "4.0.0-beta-*",
10+
"System.Reflection": "4.0.10-beta-*",
11+
"System.Reflection.TypeExtensions": "4.0.0-beta-*",
12+
"System.Runtime": "4.0.20-beta-*",
13+
"System.Runtime.InteropServices": "4.0.20-beta-*",
14+
"System.Threading": "4.0.0-beta-*"
1515
}
1616
}
1717
}

src/Microsoft.AspNet.Http.Extensions/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"aspnetcore50" : {
1010
"dependencies": {
11-
"System.Runtime": "4.0.20.0"
11+
"System.Runtime": "4.0.20-beta-*"
1212
}
1313
}
1414
}

src/Microsoft.AspNet.Http/project.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@
66
"aspnetcore50": {
77
"dependencies": {
88
"Microsoft.Net.WebSocketAbstractions": "1.0.0-*",
9-
"System.Collections": "4.0.10.0",
10-
"System.ComponentModel": "4.0.0.0",
11-
"System.Diagnostics.Tools": "4.0.0.0",
12-
"System.Globalization": "4.0.10.0",
13-
"System.Globalization.Extensions": "4.0.0.0",
14-
"System.IO": "4.0.10.0",
15-
"System.Linq": "4.0.0.0",
16-
"System.Runtime": "4.0.20.0",
17-
"System.Runtime.Extensions": "4.0.10.0",
18-
"System.Runtime.InteropServices": "4.0.20.0",
9+
"System.Collections": "4.0.10-beta-*",
10+
"System.ComponentModel": "4.0.0-beta-*",
11+
"System.Diagnostics.Tools": "4.0.0-beta-*",
12+
"System.Globalization": "4.0.10-beta-*",
13+
"System.Globalization.Extensions": "4.0.0-beta-*",
14+
"System.IO": "4.0.10-beta-*",
15+
"System.Linq": "4.0.0-beta-*",
16+
"System.Runtime": "4.0.20-beta-*",
17+
"System.Runtime.Extensions": "4.0.10-beta-*",
18+
"System.Runtime.InteropServices": "4.0.20-beta-*",
1919
"System.Security.Claims": "1.0.0-*",
20-
"System.Security.Principal" : "4.0.0.0",
21-
"System.Threading.Tasks": "4.0.10.0"
20+
"System.Security.Principal" : "4.0.0-beta-*",
21+
"System.Threading.Tasks": "4.0.10-beta-*"
2222
}
2323
}
2424
}

src/Microsoft.AspNet.HttpFeature/project.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
"aspnetcore50": {
66
"dependencies": {
77
"Microsoft.Net.WebSocketAbstractions": "1.0.0-*",
8-
"System.IO": "4.0.10.0",
9-
"System.Net.Primitives": "4.0.10.0",
10-
"System.Runtime": "4.0.20.0",
11-
"System.Runtime.InteropServices": "4.0.20.0",
8+
"System.IO": "4.0.10-beta-*",
9+
"System.Net.Primitives": "4.0.10-beta-*",
10+
"System.Runtime": "4.0.20-beta-*",
11+
"System.Runtime.InteropServices": "4.0.20-beta-*",
1212
"System.Security.Claims": "1.0.0-*",
13-
"System.Security.Cryptography.X509Certificates": "4.0.0.0",
14-
"System.Security.Principal": "4.0.0.0",
15-
"System.Threading.Tasks": "4.0.10.0"
13+
"System.Security.Cryptography.X509Certificates": "4.0.0-beta-*",
14+
"System.Security.Principal": "4.0.0-beta-*",
15+
"System.Threading.Tasks": "4.0.10-beta-*"
1616
}
1717
}
1818
}

src/Microsoft.AspNet.Owin/project.json

Lines changed: 13 additions & 13 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.ComponentModel": "4.0.0.0",
15-
"System.Diagnostics.Tools": "4.0.0.0",
16-
"System.Globalization": "4.0.10.0",
17-
"System.IO": "4.0.10.0",
18-
"System.Linq": "4.0.0.0",
19-
"System.Net.Primitives": "4.0.10.0",
20-
"System.Runtime": "4.0.20.0",
21-
"System.Runtime.Extensions": "4.0.10.0",
22-
"System.Runtime.InteropServices": "4.0.20.0",
13+
"System.Collections": "4.0.10-beta-*",
14+
"System.ComponentModel": "4.0.0-beta-*",
15+
"System.Diagnostics.Tools": "4.0.0-beta-*",
16+
"System.Globalization": "4.0.10-beta-*",
17+
"System.IO": "4.0.10-beta-*",
18+
"System.Linq": "4.0.0-beta-*",
19+
"System.Net.Primitives": "4.0.10-beta-*",
20+
"System.Runtime": "4.0.20-beta-*",
21+
"System.Runtime.Extensions": "4.0.10-beta-*",
22+
"System.Runtime.InteropServices": "4.0.20-beta-*",
2323
"System.Security.Claims": "1.0.0-*",
24-
"System.Security.Cryptography.X509Certificates": "4.0.0.0",
25-
"System.Security.Principal": "4.0.0.0",
26-
"System.Threading.Tasks": "4.0.10.0"
24+
"System.Security.Cryptography.X509Certificates": "4.0.0-beta-*",
25+
"System.Security.Principal": "4.0.0-beta-*",
26+
"System.Threading.Tasks": "4.0.10-beta-*"
2727
}
2828
}
2929
}

src/Microsoft.AspNet.PipelineCore/project.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@
1212
"aspnetcore50": {
1313
"dependencies": {
1414
"Microsoft.Net.WebSocketAbstractions": "1.0.0-*",
15-
"System.Collections": "4.0.10.0",
16-
"System.ComponentModel": "4.0.0.0",
17-
"System.Diagnostics.Debug": "4.0.10.0",
18-
"System.Diagnostics.Tools": "4.0.0.0",
19-
"System.Globalization": "4.0.10.0",
20-
"System.IO": "4.0.10.0",
21-
"System.Linq": "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",
15+
"System.Collections": "4.0.10-beta-*",
16+
"System.ComponentModel": "4.0.0-beta-*",
17+
"System.Diagnostics.Debug": "4.0.10-beta-*",
18+
"System.Diagnostics.Tools": "4.0.0-beta-*",
19+
"System.Globalization": "4.0.10-beta-*",
20+
"System.IO": "4.0.10-beta-*",
21+
"System.Linq": "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-*",
2525
"System.Security.Claims": "1.0.0-*",
26-
"System.Security.Principal" : "4.0.0.0",
27-
"System.Text.Encoding": "4.0.10.0",
28-
"System.Threading.Tasks": "4.0.10.0"
26+
"System.Security.Principal" : "4.0.0-beta-*",
27+
"System.Text.Encoding": "4.0.10-beta-*",
28+
"System.Threading.Tasks": "4.0.10-beta-*"
2929
}
3030
}
3131
}

src/Microsoft.AspNet.WebUtilities/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"aspnet50": {},
88
"aspnetcore50": {
99
"dependencies": {
10-
"System.Runtime": "4.0.20.0"
10+
"System.Runtime": "4.0.20-beta-*"
1111
}
1212
}
1313
}

test/Microsoft.AspNet.PipelineCore.Tests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"Moq": "4.2.1312.1622"
1616
},
1717
"frameworkAssemblies": {
18-
"System.Net.Http": "4.0.0.0"
18+
"System.Net.Http": "4.0.0-beta-*"
1919
}
2020
}
2121
}

0 commit comments

Comments
 (0)