This repository was archived by the owner on Dec 24, 2020. It is now read-only.
File tree 3 files changed +3
-5
lines changed
src/Owin.Security.OpenIdConnect.Server
3 files changed +3
-5
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 5
5
<AspNetContribOpenIdExtensionsVersion >2.0.0-*</AspNetContribOpenIdExtensionsVersion >
6
6
<AspNetCoreVersion >2.0.0</AspNetCoreVersion >
7
7
<CoreFxVersion >4.4.0</CoreFxVersion >
8
- <IdentityModelVersion >1.0.4.403061554 </IdentityModelVersion >
8
+ <IdentityModelVersion >5.2.0-preview1-408290725 </IdentityModelVersion >
9
9
<IdentityModelCoreVersion >2.1.4</IdentityModelCoreVersion >
10
10
<JetBrainsVersion >10.3.0</JetBrainsVersion >
11
11
<JsonNetVersion >10.0.2</JsonNetVersion >
12
12
<MoqVersion >4.7.63</MoqVersion >
13
13
<NetStandardImplicitPackageVersion >2.0.0</NetStandardImplicitPackageVersion >
14
14
<NetStandardLibraryNetFrameworkVersion >2.0.0</NetStandardLibraryNetFrameworkVersion >
15
- <OwinVersion >4.0.0-* </OwinVersion >
15
+ <OwinVersion >4.0.0-alpha1 </OwinVersion >
16
16
<RuntimeFrameworkVersion >2.0.0</RuntimeFrameworkVersion >
17
17
<TestSdkVersion >15.3.0</TestSdkVersion >
18
18
<XunitVersion >2.3.0-*</XunitVersion >
Original file line number Diff line number Diff line change 20
20
<ItemGroup >
21
21
<PackageReference Include =" JetBrains.Annotations" Version =" $(JetBrainsVersion)" PrivateAssets =" All" />
22
22
<PackageReference Include =" Microsoft.Extensions.Logging" Version =" $(AspNetCoreVersion)" />
23
- <PackageReference Include =" Microsoft.IdentityModel.Protocols.OpenIdConnect" Version =" $(IdentityModelCoreVersion )" />
23
+ <PackageReference Include =" Microsoft.IdentityModel.Protocols.OpenIdConnect" Version =" $(IdentityModelVersion )" />
24
24
<PackageReference Include =" Microsoft.Owin.Security.Interop" Version =" $(AspNetCoreVersion)" />
25
25
<PackageReference Include =" System.Text.Encodings.Web" Version =" $(CoreFxVersion)" />
26
26
</ItemGroup >
You can’t perform that action at this time.
0 commit comments