Skip to content
This repository was archived by the owner on Dec 24, 2020. It is now read-only.

Commit a3c0e53

Browse files
committed
Update project.json to target the final .NET Core/ASP.NET Core RC2 packages
1 parent 1747de8 commit a3c0e53

File tree

10 files changed

+32
-33
lines changed

10 files changed

+32
-33
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
<add key="aspnet-contrib" value="https://www.myget.org/F/aspnet-contrib/api/v3/index.json" />
76
</packageSources>

README.md

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

66
**The latest nightly builds can be found on [MyGet](https://www.myget.org/gallery/aspnet-contrib)**.
77

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

1111
## Get started
1212

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

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

44
"packOptions": {
55
"description": "OAuth2 introspection middleware for ASP.NET Core.",
@@ -32,8 +32,8 @@
3232

3333
"dependencies": {
3434
"JetBrains.Annotations": { "type": "build", "version": "10.1.4" },
35-
"Microsoft.AspNetCore.Authentication": "1.0.0-rc2-*",
36-
"Microsoft.Extensions.Caching.Abstractions": "1.0.0-rc2-*",
35+
"Microsoft.AspNetCore.Authentication": "1.0.0-rc2-final",
36+
"Microsoft.Extensions.Caching.Abstractions": "1.0.0-rc2-final",
3737
"Newtonsoft.Json": "8.0.3"
3838
},
3939

@@ -42,7 +42,7 @@
4242

4343
"netstandard1.3": {
4444
"dependencies": {
45-
"System.Dynamic.Runtime": "4.0.11-rc2-*"
45+
"System.Dynamic.Runtime": "4.0.11-rc2-24027"
4646
},
4747

4848
"imports": [

src/AspNet.Security.OAuth.Validation/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-alpha1-*",
2+
"version": "1.0.0-alpha1-final",
33

44
"packOptions": {
55
"description": "OAuth2 validation middleware for ASP.NET Core.",
@@ -32,7 +32,7 @@
3232

3333
"dependencies": {
3434
"JetBrains.Annotations": { "type": "build", "version": "10.1.4" },
35-
"Microsoft.AspNetCore.Authentication": "1.0.0-rc2-*"
35+
"Microsoft.AspNetCore.Authentication": "1.0.0-rc2-final"
3636
},
3737

3838
"frameworks": {

src/Owin.Security.OAuth.Introspection/project.json

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

44
"packOptions": {
55
"description": "OAuth2 introspection middleware for OWIN/Katana.",
@@ -33,9 +33,9 @@
3333

3434
"dependencies": {
3535
"JetBrains.Annotations": { "type": "build", "version": "10.1.4" },
36-
"Microsoft.Extensions.Caching.Memory": "1.0.0-rc2-*",
37-
"Microsoft.Extensions.Logging": "1.0.0-rc2-*",
38-
"Microsoft.Owin.Security.Interop": "1.0.0-rc2-*",
36+
"Microsoft.Extensions.Caching.Memory": "1.0.0-rc2-final",
37+
"Microsoft.Extensions.Logging": "1.0.0-rc2-final",
38+
"Microsoft.Owin.Security.Interop": "1.0.0-rc2-final",
3939
"Newtonsoft.Json": "8.0.3"
4040
},
4141

src/Owin.Security.OAuth.Validation/project.json

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

44
"packOptions": {
55
"description": "OAuth2 validation middleware for OWIN/Katana.",
@@ -33,8 +33,8 @@
3333

3434
"dependencies": {
3535
"JetBrains.Annotations": { "type": "build", "version": "10.1.4" },
36-
"Microsoft.Extensions.Logging": "1.0.0-rc2-*",
37-
"Microsoft.Owin.Security.Interop": "1.0.0-rc2-*"
36+
"Microsoft.Extensions.Logging": "1.0.0-rc2-final",
37+
"Microsoft.Owin.Security.Interop": "1.0.0-rc2-final"
3838
},
3939

4040
"frameworks": {

test/AspNet.Security.OAuth.Introspection.Tests/project.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55

66
"dependencies": {
77
"AspNet.Security.OAuth.Introspection": { "target": "project" },
8-
"dotnet-test-xunit": "1.0.0-rc2-*",
9-
"Microsoft.AspNetCore.TestHost": "1.0.0-rc2-*",
10-
"Microsoft.Extensions.Caching.Memory": "1.0.0-rc2-*",
11-
"Microsoft.Extensions.Logging.Debug": "1.0.0-rc2-*",
8+
"dotnet-test-xunit": "1.0.0-rc2-build10015",
9+
"Microsoft.AspNetCore.TestHost": "1.0.0-rc2-final",
10+
"Microsoft.Extensions.Caching.Memory": "1.0.0-rc2-final",
11+
"Microsoft.Extensions.Logging.Debug": "1.0.0-rc2-final",
1212
"xunit": "2.1.0"
1313
},
1414

1515
"frameworks": {
1616
"netcoreapp1.0": {
1717
"dependencies": {
18-
"Microsoft.NETCore.App": { "type": "platform", "version": "1.0.0-rc2-*" }
18+
"Microsoft.NETCore.App": { "type": "platform", "version": "1.0.0-rc2-3002702" }
1919
},
2020

2121
"imports": [
@@ -26,7 +26,7 @@
2626

2727
"net451": {
2828
"dependencies": {
29-
"Microsoft.NETCore.Platforms": "1.0.1-rc2-*"
29+
"Microsoft.NETCore.Platforms": "1.0.1-rc2-24027"
3030
}
3131
}
3232
},

test/AspNet.Security.OAuth.Validation.Tests/project.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@
55

66
"dependencies": {
77
"AspNet.Security.OAuth.Validation": { "target": "project" },
8-
"dotnet-test-xunit": "1.0.0-rc2-*",
9-
"Microsoft.AspNetCore.TestHost": "1.0.0-rc2-*",
10-
"Microsoft.Extensions.Caching.Memory": "1.0.0-rc2-*",
11-
"Microsoft.Extensions.Logging.Debug": "1.0.0-rc2-*",
8+
"dotnet-test-xunit": "1.0.0-rc2-build10015",
9+
"Microsoft.AspNetCore.TestHost": "1.0.0-rc2-final",
10+
"Microsoft.Extensions.Caching.Memory": "1.0.0-rc2-final",
11+
"Microsoft.Extensions.Logging.Debug": "1.0.0-rc2-final",
1212
"Newtonsoft.Json": "8.0.3",
1313
"xunit": "2.1.0"
1414
},
1515

1616
"frameworks": {
1717
"netcoreapp1.0": {
1818
"dependencies": {
19-
"Microsoft.NETCore.App": { "type": "platform", "version": "1.0.0-rc2-*" },
19+
"Microsoft.NETCore.App": { "type": "platform", "version": "1.0.0-rc2-3002702" },
2020
"moq.netcore": "4.4.0-beta8",
21-
"System.Diagnostics.TraceSource": "4.0.0-rc2-*"
21+
"System.Diagnostics.TraceSource": "4.0.0-rc2-24027"
2222
},
2323

2424
"imports": [
@@ -29,7 +29,7 @@
2929

3030
"net451": {
3131
"dependencies": {
32-
"Microsoft.NETCore.Platforms": "1.0.1-rc2-*",
32+
"Microsoft.NETCore.Platforms": "1.0.1-rc2-24027",
3333
"Moq": "4.2.1312.1622"
3434
}
3535
}

test/Owin.Security.OAuth.Introspection.Tests/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
},
55

66
"dependencies": {
7-
"dotnet-test-xunit": "1.0.0-rc2-*",
8-
"Microsoft.NETCore.Platforms": "1.0.1-rc2-*",
7+
"dotnet-test-xunit": "1.0.0-rc2-build10015",
8+
"Microsoft.NETCore.Platforms": "1.0.1-rc2-24027",
99
"Microsoft.Owin.Testing": "3.0.1",
1010
"Owin.Security.OAuth.Introspection": { "target": "project" },
1111
"xunit": "2.1.0"

test/Owin.Security.OAuth.Validation.Tests/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
},
55

66
"dependencies": {
7-
"dotnet-test-xunit": "1.0.0-rc2-*",
8-
"Microsoft.NETCore.Platforms": "1.0.1-rc2-*",
7+
"dotnet-test-xunit": "1.0.0-rc2-build10015",
8+
"Microsoft.NETCore.Platforms": "1.0.1-rc2-24027",
99
"Microsoft.Owin.Testing": "3.0.1",
1010
"Moq": "4.2.1312.1622",
1111
"Newtonsoft.Json": "8.0.3",

0 commit comments

Comments
 (0)