This repository was archived by the owner on Dec 24, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 11 files changed +28
-28
lines changed
AspNet.Security.OAuth.Introspection
AspNet.Security.OAuth.Validation
Owin.Security.OAuth.Introspection
Owin.Security.OAuth.Validation
AspNet.Security.OAuth.Introspection.Tests
AspNet.Security.OAuth.Validation.Tests
Owin.Security.OAuth.Introspection.Tests
Owin.Security.OAuth.Validation.Tests Expand file tree Collapse file tree 11 files changed +28
-28
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<configuration >
3
3
<packageSources >
4
- <add key =" AspNetCiDev " value =" https://www.myget.org/F/aspnetcidev /api/v3/index.json" />
4
+ <add key =" AspNetCiRelease " value =" https://www.myget.org/F/aspnetcirelease /api/v3/index.json" />
5
5
<add key =" NuGet" value =" https://api.nuget.org/v3/index.json" />
6
6
<add key =" aspnet-contrib" value =" https://www.myget.org/F/aspnet-contrib/api/v3/index.json" />
7
7
</packageSources >
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cd $PSScriptRoot
3
3
$repoFolder = $PSScriptRoot
4
4
$env: REPO_FOLDER = $repoFolder
5
5
6
- $koreBuildZip = " https://github.com/aspnet/KoreBuild/archive/dev .zip"
6
+ $koreBuildZip = " https://github.com/aspnet/KoreBuild/archive/release .zip"
7
7
if ($env: KOREBUILD_ZIP )
8
8
{
9
9
$koreBuildZip = $env: KOREBUILD_ZIP
Original file line number Diff line number Diff line change 2
2
repoFolder=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
3
3
cd $repoFolder
4
4
5
- koreBuildZip=" https://github.com/aspnet/KoreBuild/archive/dev .zip"
5
+ koreBuildZip=" https://github.com/aspnet/KoreBuild/archive/release .zip"
6
6
if [ ! -z $KOREBUILD_ZIP ]; then
7
7
koreBuildZip=$KOREBUILD_ZIP
8
8
fi
Original file line number Diff line number Diff line change 29
29
30
30
"dependencies" : {
31
31
"JetBrains.Annotations" : { "type" : " build" , "version" : " 10.1.2-eap" },
32
- "Microsoft.AspNetCore.Authentication" : " 1.0.0-*" ,
33
- "Microsoft.Extensions.Caching.Abstractions" : " 1.0.0-*" ,
32
+ "Microsoft.AspNetCore.Authentication" : " 1.0.0-rc2- *" ,
33
+ "Microsoft.Extensions.Caching.Abstractions" : " 1.0.0-rc2- *" ,
34
34
"Newtonsoft.Json" : " 8.0.3"
35
35
},
36
36
45
45
46
46
"netstandard1.3" : {
47
47
"dependencies" : {
48
- "System.Dynamic.Runtime" : " 4.0.11-*"
48
+ "System.Dynamic.Runtime" : " 4.0.11-rc2- *"
49
49
},
50
50
51
51
"imports" : [
Original file line number Diff line number Diff line change 29
29
30
30
"dependencies" : {
31
31
"JetBrains.Annotations" : { "type" : " build" , "version" : " 10.1.2-eap" },
32
- "Microsoft.AspNetCore.Authentication" : " 1.0.0-*"
32
+ "Microsoft.AspNetCore.Authentication" : " 1.0.0-rc2- *"
33
33
},
34
34
35
35
"frameworks" : {
Original file line number Diff line number Diff line change 30
30
31
31
"dependencies" : {
32
32
"JetBrains.Annotations" : { "type" : " build" , "version" : " 10.1.2-eap" },
33
- "Microsoft.Extensions.Caching.Memory" : " 1.0.0-*" ,
34
- "Microsoft.Extensions.Logging" : " 1.0.0-*" ,
35
- "Microsoft.Owin.Security.Interop" : " 1.0.0-*" ,
33
+ "Microsoft.Extensions.Caching.Memory" : " 1.0.0-rc2- *" ,
34
+ "Microsoft.Extensions.Logging" : " 1.0.0-rc2- *" ,
35
+ "Microsoft.Owin.Security.Interop" : " 1.0.0-rc2- *" ,
36
36
"Newtonsoft.Json" : " 8.0.3"
37
37
},
38
38
Original file line number Diff line number Diff line change 30
30
31
31
"dependencies" : {
32
32
"JetBrains.Annotations" : { "type" : " build" , "version" : " 10.1.2-eap" },
33
- "Microsoft.Extensions.Logging" : " 1.0.0-*" ,
34
- "Microsoft.Owin.Security.Interop" : " 1.0.0-*"
33
+ "Microsoft.Extensions.Logging" : " 1.0.0-rc2- *" ,
34
+ "Microsoft.Owin.Security.Interop" : " 1.0.0-rc2- *"
35
35
},
36
36
37
37
"frameworks" : {
Original file line number Diff line number Diff line change 4
4
},
5
5
6
6
"dependencies" : {
7
- "AspNet.Security.OAuth.Introspection" : " 1.0.0-*" ,
8
- "Microsoft.AspNetCore.TestHost" : " 1.0.0-*" ,
9
- "Microsoft.Extensions.Caching.Memory" : " 1.0.0-*" ,
10
- "Microsoft.Extensions.Logging.Debug" : " 1.0.0-*" ,
7
+ "AspNet.Security.OAuth.Introspection" : " 1.0.0-alpha1- *" ,
8
+ "Microsoft.AspNetCore.TestHost" : " 1.0.0-rc2- *" ,
9
+ "Microsoft.Extensions.Caching.Memory" : " 1.0.0-rc2- *" ,
10
+ "Microsoft.Extensions.Logging.Debug" : " 1.0.0-rc2- *" ,
11
11
"xunit" : " 2.1.0"
12
12
},
13
13
14
14
"frameworks" : {
15
15
"netcoreapp1.0" : {
16
16
"dependencies" : {
17
- "dotnet-test-xunit" : " 1.0.0-dev -*" ,
18
- "Microsoft.NETCore.App" : { "type" : " platform" , "version" : " 1.0.0-*" }
17
+ "dotnet-test-xunit" : " 1.0.0-rc2 -*" ,
18
+ "Microsoft.NETCore.App" : { "type" : " platform" , "version" : " 1.0.0-rc2- *" }
19
19
},
20
20
21
21
"imports" : [
Original file line number Diff line number Diff line change 4
4
},
5
5
6
6
"dependencies" : {
7
- "AspNet.Security.OAuth.Validation" : " 1.0.0-*" ,
8
- "Microsoft.AspNetCore.TestHost" : " 1.0.0-*" ,
9
- "Microsoft.Extensions.Caching.Memory" : " 1.0.0-*" ,
10
- "Microsoft.Extensions.Logging.Debug" : " 1.0.0-*" ,
7
+ "AspNet.Security.OAuth.Validation" : " 1.0.0-alpha1- *" ,
8
+ "Microsoft.AspNetCore.TestHost" : " 1.0.0-rc2- *" ,
9
+ "Microsoft.Extensions.Caching.Memory" : " 1.0.0-rc2- *" ,
10
+ "Microsoft.Extensions.Logging.Debug" : " 1.0.0-rc2- *" ,
11
11
"xunit" : " 2.1.0"
12
12
},
13
13
14
14
"frameworks" : {
15
15
"netcoreapp1.0" : {
16
16
"dependencies" : {
17
- "dotnet-test-xunit" : " 1.0.0-dev -*" ,
18
- "Microsoft.NETCore.App" : { "type" : " platform" , "version" : " 1.0.0-*" },
19
- "moq.netcore" : " 4.4.0-* " ,
20
- "System.Diagnostics.TraceSource" : " 4.0.0-*"
17
+ "dotnet-test-xunit" : " 1.0.0-rc2 -*" ,
18
+ "Microsoft.NETCore.App" : { "type" : " platform" , "version" : " 1.0.0-rc2- *" },
19
+ "moq.netcore" : " 4.4.0-beta8 " ,
20
+ "System.Diagnostics.TraceSource" : " 4.0.0-rc2- *"
21
21
},
22
22
23
23
"imports" : [
Original file line number Diff line number Diff line change 5
5
6
6
"dependencies" : {
7
7
"Microsoft.Owin.Testing" : " 3.0.1" ,
8
- "Owin.Security.OAuth.Introspection" : " 1.0.0-*" ,
8
+ "Owin.Security.OAuth.Introspection" : " 1.0.0-alpha1- *" ,
9
9
"xunit" : " 2.1.0" ,
10
10
"xunit.runner.console" : " 2.1.0"
11
11
},
You can’t perform that action at this time.
0 commit comments