Skip to content

Commit 544fa87

Browse files
committed
Use target: project to remove the dotnet restore warnings
1 parent 0cb19e2 commit 544fa87

File tree

25 files changed

+48
-48
lines changed

25 files changed

+48
-48
lines changed

samples/Mvc.Client/project.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -15,30 +15,30 @@
1515
},
1616

1717
"dependencies": {
18-
"AspNet.Security.OAuth.ArcGIS": "1.0.0-alpha4-*",
19-
"AspNet.Security.OAuth.Asana": "1.0.0-alpha4-*",
20-
"AspNet.Security.OAuth.Beam": "1.0.0-alpha4-*",
21-
"AspNet.Security.OAuth.BattleNet": "1.0.0-alpha4-*",
22-
"AspNet.Security.OAuth.Buffer": "1.0.0-alpha4-*",
23-
"AspNet.Security.OAuth.DeviantArt": "1.0.0-alpha4-*",
24-
"AspNet.Security.OAuth.Dropbox": "1.0.0-alpha4-*",
25-
"AspNet.Security.OAuth.Foursquare": "1.0.0-alpha4-*",
26-
"AspNet.Security.OAuth.Fitbit": "1.0.0-alpha4-*",
27-
"AspNet.Security.OAuth.GitHub": "1.0.0-alpha4-*",
28-
"AspNet.Security.OAuth.HealthGraph": "1.0.0-alpha4-*",
29-
"AspNet.Security.OAuth.Imgur": "1.0.0-alpha4-*",
30-
"AspNet.Security.OAuth.Instagram": "1.0.0-alpha4-*",
31-
"AspNet.Security.OAuth.LinkedIn": "1.0.0-alpha4-*",
32-
"AspNet.Security.OAuth.Onshape": "1.0.0-alpha4-*",
33-
"AspNet.Security.OAuth.Paypal": "1.0.0-alpha4-*",
34-
"AspNet.Security.OAuth.Reddit": "1.0.0-alpha4-*",
35-
"AspNet.Security.OAuth.Slack": "1.0.0-alpha4-*",
36-
"AspNet.Security.OAuth.SoundCloud": "1.0.0-alpha4-*",
37-
"AspNet.Security.OAuth.Spotify": "1.0.0-alpha4-*",
38-
"AspNet.Security.OAuth.Twitch": "1.0.0-alpha4-*",
39-
"AspNet.Security.OAuth.Vimeo": "1.0.0-alpha4-*",
40-
"AspNet.Security.OAuth.WordPress": "1.0.0-alpha4-*",
41-
"AspNet.Security.OAuth.Yahoo": "1.0.0-alpha4-*",
18+
"AspNet.Security.OAuth.ArcGIS": { "target": "project" },
19+
"AspNet.Security.OAuth.Asana": { "target": "project" },
20+
"AspNet.Security.OAuth.Beam": { "target": "project" },
21+
"AspNet.Security.OAuth.BattleNet": { "target": "project" },
22+
"AspNet.Security.OAuth.Buffer": { "target": "project" },
23+
"AspNet.Security.OAuth.DeviantArt": { "target": "project" },
24+
"AspNet.Security.OAuth.Dropbox": { "target": "project" },
25+
"AspNet.Security.OAuth.Foursquare": { "target": "project" },
26+
"AspNet.Security.OAuth.Fitbit": { "target": "project" },
27+
"AspNet.Security.OAuth.GitHub": { "target": "project" },
28+
"AspNet.Security.OAuth.HealthGraph": { "target": "project" },
29+
"AspNet.Security.OAuth.Imgur": { "target": "project" },
30+
"AspNet.Security.OAuth.Instagram": { "target": "project" },
31+
"AspNet.Security.OAuth.LinkedIn": { "target": "project" },
32+
"AspNet.Security.OAuth.Onshape": { "target": "project" },
33+
"AspNet.Security.OAuth.Paypal": { "target": "project" },
34+
"AspNet.Security.OAuth.Reddit": { "target": "project" },
35+
"AspNet.Security.OAuth.Slack": { "target": "project" },
36+
"AspNet.Security.OAuth.SoundCloud": { "target": "project" },
37+
"AspNet.Security.OAuth.Spotify": { "target": "project" },
38+
"AspNet.Security.OAuth.Twitch": { "target": "project" },
39+
"AspNet.Security.OAuth.Vimeo": { "target": "project" },
40+
"AspNet.Security.OAuth.WordPress": { "target": "project" },
41+
"AspNet.Security.OAuth.Yahoo": { "target": "project" },
4242
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-rc2-*",
4343
"Microsoft.AspNetCore.Authentication.Google": "1.0.0-rc2-*",
4444
"Microsoft.AspNetCore.Authentication.Twitter": "1.0.0-rc2-*",

src/AspNet.Security.OAuth.ArcGIS/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232

3333
"dependencies": {
34-
"AspNet.Security.OAuth.Extensions": { "type": "build", "version": "1.0.0-alpha4-*" },
34+
"AspNet.Security.OAuth.Extensions": { "target": "project", "type": "build" },
3535
"JetBrains.Annotations": { "type": "build", "version": "10.1.4" },
3636
"Microsoft.AspNetCore.Authentication.OAuth": "1.0.0-rc2-*"
3737
},

src/AspNet.Security.OAuth.Asana/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232

3333
"dependencies": {
34-
"AspNet.Security.OAuth.Extensions": { "type": "build", "version": "1.0.0-alpha4-*" },
34+
"AspNet.Security.OAuth.Extensions": { "target": "project", "type": "build" },
3535
"JetBrains.Annotations": { "type": "build", "version": "10.1.4" },
3636
"Microsoft.AspNetCore.Authentication.OAuth": "1.0.0-rc2-*"
3737
},

src/AspNet.Security.OAuth.BattleNet/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232

3333
"dependencies": {
34-
"AspNet.Security.OAuth.Extensions": { "type": "build", "version": "1.0.0-alpha4-*" },
34+
"AspNet.Security.OAuth.Extensions": { "target": "project", "type": "build" },
3535
"JetBrains.Annotations": { "type": "build", "version": "10.1.4" },
3636
"Microsoft.AspNetCore.Authentication.OAuth": "1.0.0-rc2-*"
3737
},

src/AspNet.Security.OAuth.Beam/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232

3333
"dependencies": {
34-
"AspNet.Security.OAuth.Extensions": { "type": "build", "version": "1.0.0-alpha4-*" },
34+
"AspNet.Security.OAuth.Extensions": { "target": "project", "type": "build" },
3535
"JetBrains.Annotations": { "type": "build", "version": "10.1.4" },
3636
"Microsoft.AspNetCore.Authentication.OAuth": "1.0.0-rc2-*"
3737
},

src/AspNet.Security.OAuth.Buffer/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232

3333
"dependencies": {
34-
"AspNet.Security.OAuth.Extensions": { "type": "build", "version": "1.0.0-alpha4-*" },
34+
"AspNet.Security.OAuth.Extensions": { "target": "project", "type": "build" },
3535
"JetBrains.Annotations": { "type": "build", "version": "10.1.4" },
3636
"Microsoft.AspNetCore.Authentication.OAuth": "1.0.0-rc2-*"
3737
},

src/AspNet.Security.OAuth.DeviantArt/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232

3333
"dependencies": {
34-
"AspNet.Security.OAuth.Extensions": { "type": "build", "version": "1.0.0-alpha4-*" },
34+
"AspNet.Security.OAuth.Extensions": { "target": "project", "type": "build" },
3535
"JetBrains.Annotations": { "type": "build", "version": "10.1.4" },
3636
"Microsoft.AspNetCore.Authentication.OAuth": "1.0.0-rc2-*"
3737
},

src/AspNet.Security.OAuth.Dropbox/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232

3333
"dependencies": {
34-
"AspNet.Security.OAuth.Extensions": { "type": "build", "version": "1.0.0-alpha4-*" },
34+
"AspNet.Security.OAuth.Extensions": { "target": "project", "type": "build" },
3535
"JetBrains.Annotations": { "type": "build", "version": "10.1.4" },
3636
"Microsoft.AspNetCore.Authentication.OAuth": "1.0.0-rc2-*"
3737
},

src/AspNet.Security.OAuth.Fitbit/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232

3333
"dependencies": {
34-
"AspNet.Security.OAuth.Extensions": { "type": "build", "version": "1.0.0-alpha4-*" },
34+
"AspNet.Security.OAuth.Extensions": { "target": "project", "type": "build" },
3535
"JetBrains.Annotations": { "type": "build", "version": "10.1.4" },
3636
"Microsoft.AspNetCore.Authentication.OAuth": "1.0.0-rc2-*"
3737
},

src/AspNet.Security.OAuth.Foursquare/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232

3333
"dependencies": {
34-
"AspNet.Security.OAuth.Extensions": { "type": "build", "version": "1.0.0-alpha4-*" },
34+
"AspNet.Security.OAuth.Extensions": { "target": "project", "type": "build" },
3535
"JetBrains.Annotations": { "type": "build", "version": "10.1.4" },
3636
"Microsoft.AspNetCore.Authentication.OAuth": "1.0.0-rc2-*"
3737
},

0 commit comments

Comments
 (0)