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

Commit 6273bd9

Browse files
committed
Migrate to the .NET Core/ASP.NET Core RTM packages
1 parent 7bf11a9 commit 6273bd9

File tree

11 files changed

+33
-34
lines changed

11 files changed

+33
-34
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>

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cd $PSScriptRoot
33
$repoFolder = $PSScriptRoot
44
$env:REPO_FOLDER = $repoFolder
55

6-
$koreBuildZip="https://github.com/aspnet/KoreBuild/archive/dev.zip"
6+
$koreBuildZip="https://github.com/aspnet/KoreBuild/archive/release.zip"
77
if ($env:KOREBUILD_ZIP)
88
{
99
$koreBuildZip=$env:KOREBUILD_ZIP

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
repoFolder="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
33
cd $repoFolder
44

5-
koreBuildZip="https://github.com/aspnet/KoreBuild/archive/dev.zip"
5+
koreBuildZip="https://github.com/aspnet/KoreBuild/archive/release.zip"
66
if [ ! -z $KOREBUILD_ZIP ]; then
77
koreBuildZip=$KOREBUILD_ZIP
88
fi

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333

3434
"dependencies": {
3535
"JetBrains.Annotations": { "type": "build", "version": "10.1.4" },
36-
"Microsoft.AspNetCore.Authentication": "1.0.0-*",
37-
"Microsoft.Extensions.Caching.Abstractions": "1.0.0-*",
36+
"Microsoft.AspNetCore.Authentication": "1.0.0",
37+
"Microsoft.Extensions.Caching.Abstractions": "1.0.0",
3838
"Newtonsoft.Json": "9.0.1"
3939
},
4040

@@ -43,7 +43,7 @@
4343

4444
"netstandard1.3": {
4545
"dependencies": {
46-
"System.Dynamic.Runtime": "4.0.11-*"
46+
"System.Dynamic.Runtime": "4.0.11"
4747
},
4848

4949
"imports": [

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
"dependencies": {
3535
"JetBrains.Annotations": { "type": "build", "version": "10.1.4" },
36-
"Microsoft.AspNetCore.Authentication": "1.0.0-*"
36+
"Microsoft.AspNetCore.Authentication": "1.0.0"
3737
},
3838

3939
"frameworks": {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434

3535
"dependencies": {
3636
"JetBrains.Annotations": { "type": "build", "version": "10.1.4" },
37-
"Microsoft.Extensions.Caching.Memory": "1.0.0-*",
38-
"Microsoft.Extensions.Logging": "1.0.0-*",
39-
"Microsoft.Owin.Security.Interop": "1.0.0-*",
37+
"Microsoft.Extensions.Caching.Memory": "1.0.0",
38+
"Microsoft.Extensions.Logging": "1.0.0",
39+
"Microsoft.Owin.Security.Interop": "1.0.0",
4040
"Newtonsoft.Json": "9.0.1"
4141
},
4242

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434

3535
"dependencies": {
3636
"JetBrains.Annotations": { "type": "build", "version": "10.1.4" },
37-
"Microsoft.Extensions.Logging": "1.0.0-*",
38-
"Microsoft.Owin.Security.Interop": "1.0.0-*"
37+
"Microsoft.Extensions.Logging": "1.0.0",
38+
"Microsoft.Owin.Security.Interop": "1.0.0"
3939
},
4040

4141
"frameworks": {

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

Lines changed: 7 additions & 7 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-*",
9-
"Microsoft.AspNetCore.TestHost": "1.0.0-*",
10-
"Microsoft.Extensions.Caching.Memory": "1.0.0-*",
11-
"Microsoft.Extensions.Logging.Debug": "1.0.0-*",
12-
"xunit": "2.1.0"
8+
"dotnet-test-xunit": "2.2.0-preview2-build1029",
9+
"Microsoft.AspNetCore.TestHost": "1.0.0",
10+
"Microsoft.Extensions.Caching.Memory": "1.0.0",
11+
"Microsoft.Extensions.Logging.Debug": "1.0.0",
12+
"xunit": "2.2.0-beta2-build3300"
1313
},
1414

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

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

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

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

Lines changed: 9 additions & 9 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-*",
9-
"Microsoft.AspNetCore.TestHost": "1.0.0-*",
10-
"Microsoft.Extensions.Caching.Memory": "1.0.0-*",
11-
"Microsoft.Extensions.Logging.Debug": "1.0.0-*",
8+
"dotnet-test-xunit": "2.2.0-preview2-build1029",
9+
"Microsoft.AspNetCore.TestHost": "1.0.0",
10+
"Microsoft.Extensions.Caching.Memory": "1.0.0",
11+
"Microsoft.Extensions.Logging.Debug": "1.0.0",
1212
"Newtonsoft.Json": "9.0.1",
13-
"xunit": "2.1.0"
13+
"xunit": "2.2.0-beta2-build3300"
1414
},
1515

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

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

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

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

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

66
"dependencies": {
7-
"dotnet-test-xunit": "1.0.0-*",
8-
"Microsoft.NETCore.Platforms": "1.0.1-*",
7+
"dotnet-test-xunit": "2.2.0-preview2-build1029",
8+
"Microsoft.NETCore.Platforms": "1.0.1",
99
"Microsoft.Owin.Testing": "3.0.1",
1010
"Owin.Security.OAuth.Introspection": { "target": "project" },
11-
"xunit": "2.1.0"
11+
"xunit": "2.2.0-beta2-build3300"
1212
},
1313

1414
"frameworks": {

0 commit comments

Comments
 (0)