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

Commit edff60f

Browse files
committed
Fix build warnings
1 parent 13f73c6 commit edff60f

File tree

14 files changed

+74
-60
lines changed

14 files changed

+74
-60
lines changed

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

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
{
22
"version": "1.0.0-*",
33
"description": "ASP.NET Core HTTP object model for HTTP requests and responses and also common extension methods for registering middleware in an IApplicationBuilder.\r\nCommonly used types:\r\nMicrosoft.AspNetCore.Builder.IApplicationBuilder\r\nMicrosoft.AspNetCore.Http.HttpContext\r\nMicrosoft.AspNetCore.Http.HttpRequest\r\nMicrosoft.AspNetCore.Http.HttpResponse",
4-
"tags": [
5-
"aspnetcore"
6-
],
7-
"repository": {
8-
"type": "git",
9-
"url": "git://github.com/aspnet/httpabstractions"
4+
"packOptions": {
5+
"repository": {
6+
"type": "git",
7+
"url": "git://github.com/aspnet/httpabstractions"
8+
},
9+
"tags": [
10+
"aspnetcore"
11+
]
1012
},
11-
"compilationOptions": {
13+
"buildOptions": {
1214
"warningsAsErrors": true,
1315
"keyFile": "../../tools/Key.snk",
1416
"nowarn": [

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

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
{
22
"version": "1.0.0-*",
33
"description": "ASP.NET Core common extension methods for HTTP abstractions, HTTP headers, HTTP request/response, and session state.",
4-
"tags": [
5-
"aspnetcore"
6-
],
7-
"repository": {
8-
"type": "git",
9-
"url": "git://github.com/aspnet/httpabstractions"
4+
"packOptions": {
5+
"repository": {
6+
"type": "git",
7+
"url": "git://github.com/aspnet/httpabstractions"
8+
},
9+
"tags": [
10+
"aspnetcore"
11+
]
1012
},
11-
"compilationOptions": {
13+
"buildOptions": {
1214
"warningsAsErrors": true,
1315
"keyFile": "../../tools/Key.snk",
1416
"nowarn": [

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

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
{
22
"version": "1.0.0-*",
33
"description": "ASP.NET Core HTTP feature interface definitions.",
4-
"tags": [
5-
"aspnetcore"
6-
],
7-
"repository": {
8-
"type": "git",
9-
"url": "git://github.com/aspnet/httpabstractions"
4+
"packOptions": {
5+
"repository": {
6+
"type": "git",
7+
"url": "git://github.com/aspnet/httpabstractions"
8+
},
9+
"tags": [
10+
"aspnetcore"
11+
]
1012
},
11-
"compilationOptions": {
13+
"buildOptions": {
1214
"warningsAsErrors": true,
1315
"keyFile": "../../tools/Key.snk",
1416
"nowarn": [

src/Microsoft.AspNetCore.Http/project.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
{
22
"version": "1.0.0-*",
33
"description": "ASP.NET Core default HTTP feature implementations.",
4-
"tags": [
5-
"aspnetcore"
6-
],
7-
"repository": {
8-
"type": "git",
9-
"url": "git://github.com/aspnet/httpabstractions"
4+
"packOptions": {
5+
"repository": {
6+
"type": "git",
7+
"url": "git://github.com/aspnet/httpabstractions"
8+
},
9+
"tags": [
10+
"aspnetcore"
11+
]
1012
},
11-
"compilationOptions": {
13+
"buildOptions": {
1214
"warningsAsErrors": true,
1315
"allowUnsafe": true,
1416
"keyFile": "../../tools/Key.snk",

src/Microsoft.AspNetCore.Owin/project.json

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
{
22
"version": "1.0.0-*",
33
"description": "ASP.NET Core component for running OWIN middleware in an ASP.NET Core application, and to run ASP.NET Core middleware in an OWIN application.",
4-
"tags": [
5-
"aspnetcore",
6-
"katana",
7-
"owin"
8-
],
9-
"repository": {
10-
"type": "git",
11-
"url": "git://github.com/aspnet/httpabstractions"
4+
"packOptions": {
5+
"repository": {
6+
"type": "git",
7+
"url": "git://github.com/aspnet/httpabstractions"
8+
},
9+
"tags": [
10+
"aspnetcore",
11+
"katana",
12+
"owin"
13+
]
1214
},
13-
"compilationOptions": {
15+
"buildOptions": {
1416
"warningsAsErrors": true,
1517
"keyFile": "../../tools/Key.snk",
1618
"nowarn": [

src/Microsoft.AspNetCore.WebUtilities/project.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
{
22
"version": "1.0.0-*",
33
"description": "ASP.NET Core utilities, such as for working with forms, multipart messages, and query strings.",
4-
"tags": [
5-
"aspnetcore"
6-
],
7-
"repository": {
8-
"type": "git",
9-
"url": "git://github.com/aspnet/httpabstractions"
4+
"packOptions": {
5+
"repository": {
6+
"type": "git",
7+
"url": "git://github.com/aspnet/httpabstractions"
8+
},
9+
"tags": [
10+
"aspnetcore"
11+
]
1012
},
11-
"compilationOptions": {
13+
"buildOptions": {
1214
"warningsAsErrors": true,
1315
"keyFile": "../../tools/Key.snk",
1416
"nowarn": [

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

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
{
22
"version": "1.0.0-*",
33
"description": "HTTP header parser implementations.",
4-
"tags": [
5-
"http"
6-
],
7-
"repository": {
8-
"type": "git",
9-
"url": "git://github.com/aspnet/httpabstractions"
4+
"packOptions": {
5+
"repository": {
6+
"type": "git",
7+
"url": "git://github.com/aspnet/httpabstractions"
8+
},
9+
"tags": [
10+
"http"
11+
]
1012
},
11-
"compilationOptions": {
13+
"buildOptions": {
1214
"warningsAsErrors": true,
1315
"keyFile": "../../tools/Key.snk",
1416
"nowarn": [

test/Microsoft.AspNetCore.Http.Abstractions.Tests/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
2-
"compilationOptions": {
2+
"buildOptions": {
33
"warningsAsErrors": true,
44
"keyFile": "../../tools/Key.snk"
55
},
66
"dependencies": {
7+
"dotnet-test-xunit": "1.0.0-*",
78
"Microsoft.NETCore.Platforms": "1.0.1-*",
89
"Microsoft.AspNetCore.Http": "1.0.0-*",
910
"Microsoft.AspNetCore.Testing": "1.0.0-*",
@@ -16,7 +17,6 @@
1617
"version": "1.0.0-*",
1718
"type": "platform"
1819
},
19-
"dotnet-test-xunit": "1.0.0-*",
2020
"System.Diagnostics.Process": "4.1.0-*"
2121
},
2222
"imports": [

test/Microsoft.AspNetCore.Http.Extensions.Tests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"dependencies": {
3+
"dotnet-test-xunit": "1.0.0-*",
34
"Microsoft.NETCore.Platforms": "1.0.1-*",
45
"Microsoft.AspNetCore.Http": "1.0.0-*",
56
"Microsoft.AspNetCore.Http.Extensions": "1.0.0-*",
@@ -13,7 +14,6 @@
1314
"version": "1.0.0-*",
1415
"type": "platform"
1516
},
16-
"dotnet-test-xunit": "1.0.0-*",
1717
"System.Diagnostics.Process": "4.1.0-*"
1818
},
1919
"imports": [

test/Microsoft.AspNetCore.Http.Features.Tests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"dependencies": {
3+
"dotnet-test-xunit": "1.0.0-*",
34
"Microsoft.NETCore.Platforms": "1.0.1-*",
45
"Microsoft.AspNetCore.Http.Features": "1.0.0-*",
56
"xunit": "2.1.0"
@@ -11,7 +12,6 @@
1112
"version": "1.0.0-*",
1213
"type": "platform"
1314
},
14-
"dotnet-test-xunit": "1.0.0-*",
1515
"System.Diagnostics.Process": "4.1.0-*"
1616
},
1717
"imports": [

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"dependencies": {
3+
"dotnet-test-xunit": "1.0.0-*",
34
"Microsoft.NETCore.Platforms": "1.0.1-*",
45
"Microsoft.AspNetCore.Http": "1.0.0-*",
56
"xunit": "2.1.0"
@@ -11,7 +12,6 @@
1112
"version": "1.0.0-*",
1213
"type": "platform"
1314
},
14-
"dotnet-test-xunit": "1.0.0-*",
1515
"System.Diagnostics.Process": "4.1.0-*"
1616
},
1717
"imports": [

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"dependencies": {
3+
"dotnet-test-xunit": "1.0.0-*",
34
"Microsoft.NETCore.Platforms": "1.0.1-*",
45
"Microsoft.AspNetCore.Http": "1.0.0-*",
56
"Microsoft.AspNetCore.Owin": "1.0.0-*",
@@ -13,7 +14,6 @@
1314
"version": "1.0.0-*",
1415
"type": "platform"
1516
},
16-
"dotnet-test-xunit": "1.0.0-*",
1717
"System.Diagnostics.Process": "4.1.0-*"
1818
},
1919
"imports": [

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"dependencies": {
3+
"dotnet-test-xunit": "1.0.0-*",
34
"Microsoft.NETCore.Platforms": "1.0.1-*",
45
"Microsoft.AspNetCore.WebUtilities": "1.0.0-*",
56
"xunit": "2.1.0"
67
},
7-
"compilationOptions": {
8+
"buildOptions": {
89
"warningsAsErrors": true
910
},
1011
"testRunner": "xunit",
@@ -16,7 +17,6 @@
1617
"type": "platform"
1718
},
1819
"System.Text.Encoding.Extensions": "4.0.11-*",
19-
"dotnet-test-xunit": "1.0.0-*",
2020
"System.Diagnostics.Process": "4.1.0-*"
2121
},
2222
"imports": [

test/Microsoft.Net.Http.Headers.Tests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"version": "1.0.0-*",
33
"dependencies": {
4+
"dotnet-test-xunit": "1.0.0-*",
45
"Microsoft.NETCore.Platforms": "1.0.1-*",
56
"Microsoft.Net.Http.Headers": "1.0.0-*",
67
"xunit": "2.1.0"
@@ -12,7 +13,6 @@
1213
"version": "1.0.0-*",
1314
"type": "platform"
1415
},
15-
"dotnet-test-xunit": "1.0.0-*",
1616
"System.Diagnostics.Process": "4.1.0-*"
1717
},
1818
"imports": [

0 commit comments

Comments
 (0)