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

Commit fd0505f

Browse files
committed
Merge branch 'release' into dev
2 parents e07008d + b50cd32 commit fd0505f

File tree

7 files changed

+18
-36
lines changed

7 files changed

+18
-36
lines changed

src/Microsoft.AspNetCore.Http.Abstractions/project.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@
2727
"frameworks": {
2828
"net451": {
2929
"frameworkAssemblies": {
30-
"System.Runtime": { "type": "build" }
30+
"System.Runtime": {
31+
"type": "build"
32+
}
3133
}
3234
},
3335
"netstandard1.3": {
@@ -36,10 +38,7 @@
3638
"System.Linq.Expressions": "4.0.11-*",
3739
"System.Reflection.TypeExtensions": "4.1.0-*",
3840
"System.Runtime.InteropServices": "4.1.0-*"
39-
},
40-
"imports": [
41-
"dotnet5.4"
42-
]
41+
}
4342
}
4443
}
4544
}

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,11 @@
2323
"System.Buffers": "4.0.0-*"
2424
},
2525
"frameworks": {
26-
"net451": { },
26+
"net451": {},
2727
"netstandard1.3": {
2828
"dependencies": {
2929
"System.IO.FileSystem": "4.0.1-*"
30-
},
31-
"imports": [
32-
"dotnet5.4"
33-
]
30+
}
3431
}
3532
}
3633
}

src/Microsoft.AspNetCore.Http.Features/project.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"Microsoft.Extensions.Primitives": "1.0.0-*"
2121
},
2222
"frameworks": {
23-
"net451": { },
23+
"net451": {},
2424
"netstandard1.3": {
2525
"dependencies": {
2626
"System.Collections": "4.0.11-*",
@@ -32,10 +32,7 @@
3232
"System.Security.Claims": "4.0.1-*",
3333
"System.Security.Cryptography.X509Certificates": "4.1.0-*",
3434
"System.Security.Principal": "4.0.1-*"
35-
},
36-
"imports": [
37-
"dotnet5.4"
38-
]
35+
}
3936
}
4037
}
4138
}

src/Microsoft.AspNetCore.Http/project.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,11 @@
2525
"System.Buffers": "4.0.0-*"
2626
},
2727
"frameworks": {
28-
"net451": { },
28+
"net451": {},
2929
"netstandard1.3": {
3030
"dependencies": {
3131
"System.Threading": "4.0.11-*"
32-
},
33-
"imports": [
34-
"dotnet5.4"
35-
]
32+
}
3633
}
3734
}
3835
}

src/Microsoft.AspNetCore.Owin/project.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,7 @@
2222
"Microsoft.AspNetCore.Http": "1.0.0-*"
2323
},
2424
"frameworks": {
25-
"net451": { },
26-
"netstandard1.3": {
27-
"imports": [
28-
"dotnet5.4"
29-
]
30-
}
25+
"net451": {},
26+
"netstandard1.3": {}
3127
}
3228
}

src/Microsoft.AspNetCore.WebUtilities/project.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,17 @@
2424
"frameworks": {
2525
"net451": {
2626
"frameworkAssemblies": {
27-
"System.Runtime": { "type": "build" }
27+
"System.Runtime": {
28+
"type": "build"
29+
}
2830
}
2931
},
3032
"netstandard1.3": {
3133
"dependencies": {
3234
"System.Collections": "4.0.11-*",
3335
"System.IO": "4.1.0-*",
3436
"System.IO.FileSystem": "4.0.1-*"
35-
},
36-
"imports": [
37-
"dotnet5.4"
38-
]
37+
}
3938
}
4039
}
4140
}

src/Microsoft.Net.Http.Headers/project.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
],
1717
"xmlDoc": true
1818
},
19-
"dependencies": { },
19+
"dependencies": {},
2020
"frameworks": {
2121
"netstandard1.1": {
2222
"dependencies": {
@@ -28,10 +28,7 @@
2828
"System.Runtime.Extensions": "4.1.0-*",
2929
"System.Text.Encoding": "4.0.11-*",
3030
"System.Buffers": "4.0.0-*"
31-
},
32-
"imports": [
33-
"dotnet5.2"
34-
]
31+
}
3532
}
3633
}
3734
}

0 commit comments

Comments
 (0)