Skip to content
This repository was archived by the owner on Dec 24, 2020. It is now read-only.

Commit a22c23d

Browse files
committed
Update Owin.Security.OpenIdConnect.Server to target Katana 4.0.0-alpha1
1 parent a32988f commit a22c23d

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

NuGet.config

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
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>

build/dependencies.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
<AspNetContribOpenIdExtensionsVersion>2.0.0-*</AspNetContribOpenIdExtensionsVersion>
66
<AspNetCoreVersion>2.0.0</AspNetCoreVersion>
77
<CoreFxVersion>4.4.0</CoreFxVersion>
8-
<IdentityModelVersion>1.0.4.403061554</IdentityModelVersion>
8+
<IdentityModelVersion>5.2.0-preview1-408290725</IdentityModelVersion>
99
<IdentityModelCoreVersion>2.1.4</IdentityModelCoreVersion>
1010
<JetBrainsVersion>10.3.0</JetBrainsVersion>
1111
<JsonNetVersion>10.0.2</JsonNetVersion>
1212
<MoqVersion>4.7.63</MoqVersion>
1313
<NetStandardImplicitPackageVersion>2.0.0</NetStandardImplicitPackageVersion>
1414
<NetStandardLibraryNetFrameworkVersion>2.0.0</NetStandardLibraryNetFrameworkVersion>
15-
<OwinVersion>4.0.0-*</OwinVersion>
15+
<OwinVersion>4.0.0-alpha1</OwinVersion>
1616
<RuntimeFrameworkVersion>2.0.0</RuntimeFrameworkVersion>
1717
<TestSdkVersion>15.3.0</TestSdkVersion>
1818
<XunitVersion>2.3.0-*</XunitVersion>

src/Owin.Security.OpenIdConnect.Server/Owin.Security.OpenIdConnect.Server.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<ItemGroup>
2121
<PackageReference Include="JetBrains.Annotations" Version="$(JetBrainsVersion)" PrivateAssets="All" />
2222
<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)" />
2424
<PackageReference Include="Microsoft.Owin.Security.Interop" Version="$(AspNetCoreVersion)" />
2525
<PackageReference Include="System.Text.Encodings.Web" Version="$(CoreFxVersion)" />
2626
</ItemGroup>

0 commit comments

Comments
 (0)