Skip to content

Commit 947f2a0

Browse files
committed
Update project.json to target the final .NET Core/ASP.NET Core RC2 packages
1 parent 544fa87 commit 947f2a0

File tree

28 files changed

+68
-69
lines changed

28 files changed

+68
-69
lines changed

NuGet.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<packageSources>
4-
<add key="AspNetCiRelease" value="https://www.myget.org/F/aspnetcirelease/api/v3/index.json" />
54
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
65
</packageSources>
76
</configuration>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ AspNet.Security.OAuth.Providers
55

66
**The latest official release can be found on [NuGet](https://www.nuget.org/profiles/aspnet-contrib) and the nightly builds on [MyGet](https://www.myget.org/gallery/aspnet-contrib)**.
77

8-
[![Build status](https://ci.appveyor.com/api/projects/status/3lh3pq6e57c8pnr4/branch/release?svg=true)](https://ci.appveyor.com/project/aspnet-contrib/aspnet-security-oauth-providers/branch/release)
9-
[![Build status](https://travis-ci.org/aspnet-contrib/AspNet.Security.OAuth.Providers.svg?branch=release)](https://travis-ci.org/aspnet-contrib/AspNet.Security.OAuth.Providers)
8+
[![Build status](https://ci.appveyor.com/api/projects/status/3lh3pq6e57c8pnr4/branch/master?svg=true)](https://ci.appveyor.com/project/aspnet-contrib/aspnet-security-oauth-providers/branch/master)
9+
[![Build status](https://travis-ci.org/aspnet-contrib/AspNet.Security.OAuth.Providers.svg?branch=master)](https://travis-ci.org/aspnet-contrib/AspNet.Security.OAuth.Providers)
1010

1111
## Getting started
1212

samples/Mvc.Client/project.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -39,30 +39,30 @@
3939
"AspNet.Security.OAuth.Vimeo": { "target": "project" },
4040
"AspNet.Security.OAuth.WordPress": { "target": "project" },
4141
"AspNet.Security.OAuth.Yahoo": { "target": "project" },
42-
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-rc2-*",
43-
"Microsoft.AspNetCore.Authentication.Google": "1.0.0-rc2-*",
44-
"Microsoft.AspNetCore.Authentication.Twitter": "1.0.0-rc2-*",
45-
"Microsoft.AspNetCore.Hosting": "1.0.0-rc2-*",
46-
"Microsoft.AspNetCore.Mvc": "1.0.0-rc2-*",
47-
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-rc2-*",
48-
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-*",
49-
"Microsoft.AspNetCore.StaticFiles": "1.0.0-rc2-*",
50-
"Microsoft.Extensions.Configuration.CommandLine": "1.0.0-rc2-*",
51-
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-rc2-*",
52-
"Microsoft.Extensions.Logging.Console": "1.0.0-rc2-*",
53-
"Microsoft.Extensions.Logging.Debug": "1.0.0-rc2-*"
42+
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-rc2-final",
43+
"Microsoft.AspNetCore.Authentication.Google": "1.0.0-rc2-final",
44+
"Microsoft.AspNetCore.Authentication.Twitter": "1.0.0-rc2-final",
45+
"Microsoft.AspNetCore.Hosting": "1.0.0-rc2-final",
46+
"Microsoft.AspNetCore.Mvc": "1.0.0-rc2-final",
47+
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-rc2-final",
48+
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-final",
49+
"Microsoft.AspNetCore.StaticFiles": "1.0.0-rc2-final",
50+
"Microsoft.Extensions.Configuration.CommandLine": "1.0.0-rc2-final",
51+
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-rc2-final",
52+
"Microsoft.Extensions.Logging.Console": "1.0.0-rc2-final",
53+
"Microsoft.Extensions.Logging.Debug": "1.0.0-rc2-final"
5454
},
5555

5656
"frameworks": {
5757
"net451": {
5858
"dependencies": {
59-
"Microsoft.NETCore.Platforms": "1.0.1-rc2-*"
59+
"Microsoft.NETCore.Platforms": "1.0.1-rc2-24027"
6060
}
6161
},
6262

6363
"netcoreapp1.0": {
6464
"dependencies": {
65-
"Microsoft.NETCore.App": { "type": "platform", "version": "1.0.0-rc2-*" }
65+
"Microsoft.NETCore.App": { "type": "platform", "version": "1.0.0-rc2-3002702" }
6666
},
6767

6868
"imports": [
@@ -74,7 +74,7 @@
7474

7575
"tools": {
7676
"Microsoft.AspNetCore.Server.IISIntegration.Tools": {
77-
"version": "1.0.0-preview1-*",
77+
"version": "1.0.0-preview1-final",
7878
"imports": "portable-net45+wp80+win8+wpa81+dnxcore50"
7979
}
8080
},

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0-alpha4-*",
2+
"version": "1.0.0-alpha4-final",
33

44
"packOptions": {
55
"description": "ASP.NET Core security middleware enabling ArcGIS authentication.",
@@ -33,7 +33,7 @@
3333
"dependencies": {
3434
"AspNet.Security.OAuth.Extensions": { "target": "project", "type": "build" },
3535
"JetBrains.Annotations": { "type": "build", "version": "10.1.4" },
36-
"Microsoft.AspNetCore.Authentication.OAuth": "1.0.0-rc2-*"
36+
"Microsoft.AspNetCore.Authentication.OAuth": "1.0.0-rc2-final"
3737
},
3838

3939
"frameworks": {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0-alpha4-*",
2+
"version": "1.0.0-alpha4-final",
33

44
"packOptions": {
55
"description": "ASP.NET Core security middleware enabling Asana authentication.",
@@ -33,7 +33,7 @@
3333
"dependencies": {
3434
"AspNet.Security.OAuth.Extensions": { "target": "project", "type": "build" },
3535
"JetBrains.Annotations": { "type": "build", "version": "10.1.4" },
36-
"Microsoft.AspNetCore.Authentication.OAuth": "1.0.0-rc2-*"
36+
"Microsoft.AspNetCore.Authentication.OAuth": "1.0.0-rc2-final"
3737
},
3838

3939
"frameworks": {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0-alpha4-*",
2+
"version": "1.0.0-alpha4-final",
33

44
"packOptions": {
55
"description": "ASP.NET Core security middleware enabling Battle.net authentication.",
@@ -33,7 +33,7 @@
3333
"dependencies": {
3434
"AspNet.Security.OAuth.Extensions": { "target": "project", "type": "build" },
3535
"JetBrains.Annotations": { "type": "build", "version": "10.1.4" },
36-
"Microsoft.AspNetCore.Authentication.OAuth": "1.0.0-rc2-*"
36+
"Microsoft.AspNetCore.Authentication.OAuth": "1.0.0-rc2-final"
3737
},
3838

3939
"frameworks": {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0-alpha4-*",
2+
"version": "1.0.0-alpha4-final",
33

44
"packOptions": {
55
"description": "ASP.NET Core security middleware enabling Beam authentication.",
@@ -33,7 +33,7 @@
3333
"dependencies": {
3434
"AspNet.Security.OAuth.Extensions": { "target": "project", "type": "build" },
3535
"JetBrains.Annotations": { "type": "build", "version": "10.1.4" },
36-
"Microsoft.AspNetCore.Authentication.OAuth": "1.0.0-rc2-*"
36+
"Microsoft.AspNetCore.Authentication.OAuth": "1.0.0-rc2-final"
3737
},
3838

3939
"frameworks": {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0-alpha4-*",
2+
"version": "1.0.0-alpha4-final",
33

44
"packOptions": {
55
"description": "ASP.NET Core security middleware enabling Buffer authentication.",
@@ -33,7 +33,7 @@
3333
"dependencies": {
3434
"AspNet.Security.OAuth.Extensions": { "target": "project", "type": "build" },
3535
"JetBrains.Annotations": { "type": "build", "version": "10.1.4" },
36-
"Microsoft.AspNetCore.Authentication.OAuth": "1.0.0-rc2-*"
36+
"Microsoft.AspNetCore.Authentication.OAuth": "1.0.0-rc2-final"
3737
},
3838

3939
"frameworks": {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0-alpha4-*",
2+
"version": "1.0.0-alpha4-final",
33

44
"packOptions": {
55
"description": "ASP.NET Core security middleware enabling DeviantArt authentication.",
@@ -33,7 +33,7 @@
3333
"dependencies": {
3434
"AspNet.Security.OAuth.Extensions": { "target": "project", "type": "build" },
3535
"JetBrains.Annotations": { "type": "build", "version": "10.1.4" },
36-
"Microsoft.AspNetCore.Authentication.OAuth": "1.0.0-rc2-*"
36+
"Microsoft.AspNetCore.Authentication.OAuth": "1.0.0-rc2-final"
3737
},
3838

3939
"frameworks": {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0-alpha4-*",
2+
"version": "1.0.0-alpha4-final",
33

44
"packOptions": {
55
"description": "ASP.NET Core security middleware enabling Dropbox authentication.",
@@ -33,7 +33,7 @@
3333
"dependencies": {
3434
"AspNet.Security.OAuth.Extensions": { "target": "project", "type": "build" },
3535
"JetBrains.Annotations": { "type": "build", "version": "10.1.4" },
36-
"Microsoft.AspNetCore.Authentication.OAuth": "1.0.0-rc2-*"
36+
"Microsoft.AspNetCore.Authentication.OAuth": "1.0.0-rc2-final"
3737
},
3838

3939
"frameworks": {

0 commit comments

Comments
 (0)