This repository was archived by the owner on Dec 24, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
src/Owin.Security.OAuth.Introspection Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22<configuration >
33 <packageSources >
44 <add key =" NuGet" value =" https://api.nuget.org/v3/index.json" />
5- <add key =" aspnetkatana" value =" https://dotnet.myget.org/F/katana-dev/api/v3/index.json" />
65 <add key =" aspnet-contrib" value =" https://www.myget.org/F/aspnet-contrib/api/v3/index.json" />
7- <add key =" azureadwebstacknightly" value =" https://www.myget.org/F/azureadwebstacknightly/api/v3/index.json" />
86 </packageSources >
97</configuration >
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <AspNetCoreVersion >2.0.0</AspNetCoreVersion >
55 <CoreFxVersion >4.4.0</CoreFxVersion >
6+ <IdentityModelVersion >5.2.0-preview1-408290725</IdentityModelVersion >
67 <IdentityModelCoreVersion >2.1.4</IdentityModelCoreVersion >
78 <JetBrainsVersion >10.3.0</JetBrainsVersion >
89 <JsonNetVersion >10.0.2</JsonNetVersion >
910 <MoqVersion >4.7.63</MoqVersion >
1011 <NetHttpVersion >4.3.2</NetHttpVersion >
1112 <NetStandardImplicitPackageVersion >2.0.0</NetStandardImplicitPackageVersion >
1213 <NetStandardLibraryNetFrameworkVersion >2.0.0</NetStandardLibraryNetFrameworkVersion >
13- <OwinVersion >3 .0.1 </OwinVersion >
14+ <OwinVersion >4 .0.0-alpha1 </OwinVersion >
1415 <RuntimeFrameworkVersion >2.0.0</RuntimeFrameworkVersion >
1516 <TestSdkVersion >15.3.0</TestSdkVersion >
1617 <XunitVersion >2.3.0-*</XunitVersion >
Original file line number Diff line number Diff line change 1616 <PackageReference Include =" JetBrains.Annotations" Version =" $(JetBrainsVersion)" PrivateAssets =" All" />
1717 <PackageReference Include =" Microsoft.Extensions.Caching.Memory" Version =" $(AspNetCoreVersion)" />
1818 <PackageReference Include =" Microsoft.Extensions.Logging" Version =" $(AspNetCoreVersion)" />
19- <PackageReference Include =" Microsoft.IdentityModel.Protocols.OpenIdConnect" Version =" $(IdentityModelCoreVersion )" />
19+ <PackageReference Include =" Microsoft.IdentityModel.Protocols.OpenIdConnect" Version =" $(IdentityModelVersion )" />
2020 <PackageReference Include =" Microsoft.Owin.Security.Interop" Version =" $(AspNetCoreVersion)" />
2121 <PackageReference Include =" Newtonsoft.Json" Version =" $(JsonNetVersion)" />
2222 <PackageReference Include =" System.Net.Http" Version =" $(NetHttpVersion)" />
You can’t perform that action at this time.
0 commit comments