This repository was archived by the owner on Dec 24, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
src/Owin.Security.OAuth.Introspection Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 2
2
<configuration >
3
3
<packageSources >
4
4
<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" />
6
5
<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" />
8
6
</packageSources >
9
7
</configuration >
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<AspNetCoreVersion >2.0.0</AspNetCoreVersion >
5
5
<CoreFxVersion >4.4.0</CoreFxVersion >
6
+ <IdentityModelVersion >5.2.0-preview1-408290725</IdentityModelVersion >
6
7
<IdentityModelCoreVersion >2.1.4</IdentityModelCoreVersion >
7
8
<JetBrainsVersion >10.3.0</JetBrainsVersion >
8
9
<JsonNetVersion >10.0.2</JsonNetVersion >
9
10
<MoqVersion >4.7.63</MoqVersion >
10
11
<NetHttpVersion >4.3.2</NetHttpVersion >
11
12
<NetStandardImplicitPackageVersion >2.0.0</NetStandardImplicitPackageVersion >
12
13
<NetStandardLibraryNetFrameworkVersion >2.0.0</NetStandardLibraryNetFrameworkVersion >
13
- <OwinVersion >3 .0.1 </OwinVersion >
14
+ <OwinVersion >4 .0.0-alpha1 </OwinVersion >
14
15
<RuntimeFrameworkVersion >2.0.0</RuntimeFrameworkVersion >
15
16
<TestSdkVersion >15.3.0</TestSdkVersion >
16
17
<XunitVersion >2.3.0-*</XunitVersion >
Original file line number Diff line number Diff line change 16
16
<PackageReference Include =" JetBrains.Annotations" Version =" $(JetBrainsVersion)" PrivateAssets =" All" />
17
17
<PackageReference Include =" Microsoft.Extensions.Caching.Memory" Version =" $(AspNetCoreVersion)" />
18
18
<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 )" />
20
20
<PackageReference Include =" Microsoft.Owin.Security.Interop" Version =" $(AspNetCoreVersion)" />
21
21
<PackageReference Include =" Newtonsoft.Json" Version =" $(JsonNetVersion)" />
22
22
<PackageReference Include =" System.Net.Http" Version =" $(NetHttpVersion)" />
You can’t perform that action at this time.
0 commit comments