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

Commit 4ac9777

Browse files
committed
Update Owin.Security.OAuth.Introspection and Owin.Security.OAuth.Validation to target Katana 4.0.0-alpha1
1 parent efb58e2 commit 4ac9777

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

NuGet.config

Lines changed: 0 additions & 2 deletions
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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@
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>

src/Owin.Security.OAuth.Introspection/Owin.Security.OAuth.Introspection.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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)" />

0 commit comments

Comments
 (0)