This repository was archived by the owner on Dec 24, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
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 Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<configuration >
33 <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" />
55 <add key =" NuGet" value =" https://api.nuget.org/v3/index.json" />
66 <add key =" aspnet-contrib" value =" https://www.myget.org/F/aspnet-contrib/api/v3/index.json" />
77 </packageSources >
Original file line number Diff line number Diff 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"
77if ($env: KOREBUILD_ZIP )
88{
99 $koreBuildZip = $env: KOREBUILD_ZIP
Original file line number Diff line number Diff line change 22repoFolder=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
33cd $repoFolder
44
5- koreBuildZip=" https://github.com/aspnet/KoreBuild/archive/dev .zip"
5+ koreBuildZip=" https://github.com/aspnet/KoreBuild/archive/release .zip"
66if [ ! -z $KOREBUILD_ZIP ]; then
77 koreBuildZip=$KOREBUILD_ZIP
88fi
Original file line number Diff line number Diff line change 2929
3030 "dependencies" : {
3131 "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- *" ,
3434 "Newtonsoft.Json" : " 8.0.3"
3535 },
3636
4545
4646 "netstandard1.3" : {
4747 "dependencies" : {
48- "System.Dynamic.Runtime" : " 4.0.11-*"
48+ "System.Dynamic.Runtime" : " 4.0.11-rc2- *"
4949 },
5050
5151 "imports" : [
Original file line number Diff line number Diff line change 2929
3030 "dependencies" : {
3131 "JetBrains.Annotations" : { "type" : " build" , "version" : " 10.1.2-eap" },
32- "Microsoft.AspNetCore.Authentication" : " 1.0.0-*"
32+ "Microsoft.AspNetCore.Authentication" : " 1.0.0-rc2- *"
3333 },
3434
3535 "frameworks" : {
Original file line number Diff line number Diff line change 3030
3131 "dependencies" : {
3232 "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- *" ,
3636 "Newtonsoft.Json" : " 8.0.3"
3737 },
3838
Original file line number Diff line number Diff line change 3030
3131 "dependencies" : {
3232 "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- *"
3535 },
3636
3737 "frameworks" : {
Original file line number Diff line number Diff line change 44 },
55
66 "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- *" ,
1111 "xunit" : " 2.1.0"
1212 },
1313
1414 "frameworks" : {
1515 "netcoreapp1.0" : {
1616 "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- *" }
1919 },
2020
2121 "imports" : [
Original file line number Diff line number Diff line change 44 },
55
66 "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- *" ,
1111 "xunit" : " 2.1.0"
1212 },
1313
1414 "frameworks" : {
1515 "netcoreapp1.0" : {
1616 "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- *"
2121 },
2222
2323 "imports" : [
Original file line number Diff line number Diff line change 55
66 "dependencies" : {
77 "Microsoft.Owin.Testing" : " 3.0.1" ,
8- "Owin.Security.OAuth.Introspection" : " 1.0.0-*" ,
8+ "Owin.Security.OAuth.Introspection" : " 1.0.0-alpha1- *" ,
99 "xunit" : " 2.1.0" ,
1010 "xunit.runner.console" : " 2.1.0"
1111 },
You can’t perform that action at this time.
0 commit comments