Skip to content

Commit 6ab8574

Browse files
committed
Update IdentityModel dependencies to 5.2.0.
1 parent 1687e9a commit 6ab8574

File tree

15 files changed

+71
-71
lines changed

15 files changed

+71
-71
lines changed

build/Sakefile.shade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ var SHIP='${Version(4, 0, 0, "preview1")}'
55
var DEV='${Version(0, 31, 0, "pre")}'
66
set FINAL_MILESTONE='${false}'
77
var AZUREAD_VERSION='5.2.0'
8-
var AZUREAD_SUFFIX='-preview2-41113220915'
8+
var AZUREAD_SUFFIX=''
99
var VERSION='${SHIP.VERSION}'
1010
var FULL_VERSION='${SHIP.FULL_VERSION}'
1111
var EULA='https://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm'

src/Microsoft.Owin.Security.ActiveDirectory/Microsoft.Owin.Security.ActiveDirectory.csproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,27 +41,27 @@
4141
</PropertyGroup>
4242
<ItemGroup>
4343
<Reference Include="Microsoft.IdentityModel.Logging, Version=5.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
44-
<HintPath>..\..\packages\Microsoft.IdentityModel.Logging.5.2.0-preview2-41113220915\lib\net451\Microsoft.IdentityModel.Logging.dll</HintPath>
44+
<HintPath>..\..\packages\Microsoft.IdentityModel.Logging.5.2.0\lib\net451\Microsoft.IdentityModel.Logging.dll</HintPath>
4545
<Private>True</Private>
4646
</Reference>
4747
<Reference Include="Microsoft.IdentityModel.Protocols, Version=5.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
48-
<HintPath>..\..\packages\Microsoft.IdentityModel.Protocols.5.2.0-preview2-41113220915\lib\net451\Microsoft.IdentityModel.Protocols.dll</HintPath>
48+
<HintPath>..\..\packages\Microsoft.IdentityModel.Protocols.5.2.0\lib\net451\Microsoft.IdentityModel.Protocols.dll</HintPath>
4949
<Private>True</Private>
5050
</Reference>
5151
<Reference Include="Microsoft.IdentityModel.Protocols.WsFederation, Version=5.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
52-
<HintPath>..\..\packages\Microsoft.IdentityModel.Protocols.WsFederation.5.2.0-preview2-41113220915\lib\net451\Microsoft.IdentityModel.Protocols.WsFederation.dll</HintPath>
52+
<HintPath>..\..\packages\Microsoft.IdentityModel.Protocols.WsFederation.5.2.0\lib\net451\Microsoft.IdentityModel.Protocols.WsFederation.dll</HintPath>
5353
<Private>True</Private>
5454
</Reference>
5555
<Reference Include="Microsoft.IdentityModel.Tokens, Version=5.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
56-
<HintPath>..\..\packages\Microsoft.IdentityModel.Tokens.5.2.0-preview2-41113220915\lib\net451\Microsoft.IdentityModel.Tokens.dll</HintPath>
56+
<HintPath>..\..\packages\Microsoft.IdentityModel.Tokens.5.2.0\lib\net451\Microsoft.IdentityModel.Tokens.dll</HintPath>
5757
<Private>True</Private>
5858
</Reference>
5959
<Reference Include="Microsoft.IdentityModel.Tokens.Saml, Version=5.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
60-
<HintPath>..\..\packages\Microsoft.IdentityModel.Tokens.Saml.5.2.0-preview2-41113220915\lib\net451\Microsoft.IdentityModel.Tokens.Saml.dll</HintPath>
60+
<HintPath>..\..\packages\Microsoft.IdentityModel.Tokens.Saml.5.2.0\lib\net451\Microsoft.IdentityModel.Tokens.Saml.dll</HintPath>
6161
<Private>True</Private>
6262
</Reference>
6363
<Reference Include="Microsoft.IdentityModel.Xml, Version=5.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
64-
<HintPath>..\..\packages\Microsoft.IdentityModel.Xml.5.2.0-preview2-41113220915\lib\net451\Microsoft.IdentityModel.Xml.dll</HintPath>
64+
<HintPath>..\..\packages\Microsoft.IdentityModel.Xml.5.2.0\lib\net451\Microsoft.IdentityModel.Xml.dll</HintPath>
6565
<Private>True</Private>
6666
</Reference>
6767
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
@@ -76,7 +76,7 @@
7676
<Reference Include="System.Core" />
7777
<Reference Include="Microsoft.CSharp" />
7878
<Reference Include="System.IdentityModel.Tokens.Jwt, Version=5.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
79-
<HintPath>..\..\packages\System.IdentityModel.Tokens.Jwt.5.2.0-preview2-41113220915\lib\net451\System.IdentityModel.Tokens.Jwt.dll</HintPath>
79+
<HintPath>..\..\packages\System.IdentityModel.Tokens.Jwt.5.2.0\lib\net451\System.IdentityModel.Tokens.Jwt.dll</HintPath>
8080
<Private>True</Private>
8181
</Reference>
8282
<Reference Include="System.Net.Http" />
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Microsoft.IdentityModel.Logging" version="5.2.0-preview2-41113220915" targetFramework="net451" />
4-
<package id="Microsoft.IdentityModel.Protocols" version="5.2.0-preview2-41113220915" targetFramework="net451" />
5-
<package id="Microsoft.IdentityModel.Protocols.WsFederation" version="5.2.0-preview2-41113220915" targetFramework="net451" />
6-
<package id="Microsoft.IdentityModel.Tokens" version="5.2.0-preview2-41113220915" targetFramework="net451" />
7-
<package id="Microsoft.IdentityModel.Tokens.Saml" version="5.2.0-preview2-41113220915" targetFramework="net451" />
8-
<package id="Microsoft.IdentityModel.Xml" version="5.2.0-preview2-41113220915" targetFramework="net451" />
3+
<package id="Microsoft.IdentityModel.Logging" version="5.2.0" targetFramework="net451" />
4+
<package id="Microsoft.IdentityModel.Protocols" version="5.2.0" targetFramework="net451" />
5+
<package id="Microsoft.IdentityModel.Protocols.WsFederation" version="5.2.0" targetFramework="net451" />
6+
<package id="Microsoft.IdentityModel.Tokens" version="5.2.0" targetFramework="net451" />
7+
<package id="Microsoft.IdentityModel.Tokens.Saml" version="5.2.0" targetFramework="net451" />
8+
<package id="Microsoft.IdentityModel.Xml" version="5.2.0" targetFramework="net451" />
99
<package id="Newtonsoft.Json" version="10.0.1" targetFramework="net451" />
1010
<package id="Owin" version="1.0" targetFramework="net45" />
11-
<package id="System.IdentityModel.Tokens.Jwt" version="5.2.0-preview2-41113220915" targetFramework="net451" />
11+
<package id="System.IdentityModel.Tokens.Jwt" version="5.2.0" targetFramework="net451" />
1212
</packages>

src/Microsoft.Owin.Security.Jwt/Microsoft.Owin.Security.Jwt.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
</PropertyGroup>
3838
<ItemGroup>
3939
<Reference Include="Microsoft.IdentityModel.Logging, Version=5.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
40-
<HintPath>..\..\packages\Microsoft.IdentityModel.Logging.5.2.0-preview2-41113220915\lib\net451\Microsoft.IdentityModel.Logging.dll</HintPath>
40+
<HintPath>..\..\packages\Microsoft.IdentityModel.Logging.5.2.0\lib\net451\Microsoft.IdentityModel.Logging.dll</HintPath>
4141
<Private>True</Private>
4242
</Reference>
4343
<Reference Include="Microsoft.IdentityModel.Tokens, Version=5.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
44-
<HintPath>..\..\packages\Microsoft.IdentityModel.Tokens.5.2.0-preview2-41113220915\lib\net451\Microsoft.IdentityModel.Tokens.dll</HintPath>
44+
<HintPath>..\..\packages\Microsoft.IdentityModel.Tokens.5.2.0\lib\net451\Microsoft.IdentityModel.Tokens.dll</HintPath>
4545
<Private>True</Private>
4646
</Reference>
4747
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
@@ -56,7 +56,7 @@
5656
<Reference Include="System.Core" />
5757
<Reference Include="Microsoft.CSharp" />
5858
<Reference Include="System.IdentityModel.Tokens.Jwt, Version=5.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
59-
<HintPath>..\..\packages\System.IdentityModel.Tokens.Jwt.5.2.0-preview2-41113220915\lib\net451\System.IdentityModel.Tokens.Jwt.dll</HintPath>
59+
<HintPath>..\..\packages\System.IdentityModel.Tokens.Jwt.5.2.0\lib\net451\System.IdentityModel.Tokens.Jwt.dll</HintPath>
6060
<Private>True</Private>
6161
</Reference>
6262
<Reference Include="System.Runtime.Serialization" />
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Microsoft.IdentityModel.Logging" version="5.2.0-preview2-41113220915" targetFramework="net451" />
4-
<package id="Microsoft.IdentityModel.Tokens" version="5.2.0-preview2-41113220915" targetFramework="net451" />
3+
<package id="Microsoft.IdentityModel.Logging" version="5.2.0" targetFramework="net451" />
4+
<package id="Microsoft.IdentityModel.Tokens" version="5.2.0" targetFramework="net451" />
55
<package id="Newtonsoft.Json" version="10.0.1" targetFramework="net451" />
66
<package id="Owin" version="1.0" targetFramework="net45" />
7-
<package id="System.IdentityModel.Tokens.Jwt" version="5.2.0-preview2-41113220915" targetFramework="net451" />
7+
<package id="System.IdentityModel.Tokens.Jwt" version="5.2.0" targetFramework="net451" />
88
</packages>

src/Microsoft.Owin.Security.OpenIdConnect/Microsoft.Owin.Security.OpenIdConnect.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,19 +41,19 @@
4141
<ItemGroup>
4242
<Reference Include="Microsoft.CSharp" />
4343
<Reference Include="Microsoft.IdentityModel.Logging, Version=5.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
44-
<HintPath>..\..\packages\Microsoft.IdentityModel.Logging.5.2.0-preview2-41113220915\lib\net451\Microsoft.IdentityModel.Logging.dll</HintPath>
44+
<HintPath>..\..\packages\Microsoft.IdentityModel.Logging.5.2.0\lib\net451\Microsoft.IdentityModel.Logging.dll</HintPath>
4545
<Private>True</Private>
4646
</Reference>
4747
<Reference Include="Microsoft.IdentityModel.Protocols, Version=5.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
48-
<HintPath>..\..\packages\Microsoft.IdentityModel.Protocols.5.2.0-preview2-41113220915\lib\net451\Microsoft.IdentityModel.Protocols.dll</HintPath>
48+
<HintPath>..\..\packages\Microsoft.IdentityModel.Protocols.5.2.0\lib\net451\Microsoft.IdentityModel.Protocols.dll</HintPath>
4949
<Private>True</Private>
5050
</Reference>
5151
<Reference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect, Version=5.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
52-
<HintPath>..\..\packages\Microsoft.IdentityModel.Protocols.OpenIdConnect.5.2.0-preview2-41113220915\lib\net451\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll</HintPath>
52+
<HintPath>..\..\packages\Microsoft.IdentityModel.Protocols.OpenIdConnect.5.2.0\lib\net451\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll</HintPath>
5353
<Private>True</Private>
5454
</Reference>
5555
<Reference Include="Microsoft.IdentityModel.Tokens, Version=5.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
56-
<HintPath>..\..\packages\Microsoft.IdentityModel.Tokens.5.2.0-preview2-41113220915\lib\net451\Microsoft.IdentityModel.Tokens.dll</HintPath>
56+
<HintPath>..\..\packages\Microsoft.IdentityModel.Tokens.5.2.0\lib\net451\Microsoft.IdentityModel.Tokens.dll</HintPath>
5757
<Private>True</Private>
5858
</Reference>
5959
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
@@ -65,7 +65,7 @@
6565
</Reference>
6666
<Reference Include="System" />
6767
<Reference Include="System.IdentityModel.Tokens.Jwt, Version=5.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
68-
<HintPath>..\..\packages\System.IdentityModel.Tokens.Jwt.5.2.0-preview2-41113220915\lib\net451\System.IdentityModel.Tokens.Jwt.dll</HintPath>
68+
<HintPath>..\..\packages\System.IdentityModel.Tokens.Jwt.5.2.0\lib\net451\System.IdentityModel.Tokens.Jwt.dll</HintPath>
6969
<Private>True</Private>
7070
</Reference>
7171
<Reference Include="System.Net.Http" />
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Microsoft.IdentityModel.Logging" version="5.2.0-preview2-41113220915" targetFramework="net451" />
4-
<package id="Microsoft.IdentityModel.Protocols" version="5.2.0-preview2-41113220915" targetFramework="net451" />
5-
<package id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="5.2.0-preview2-41113220915" targetFramework="net451" />
6-
<package id="Microsoft.IdentityModel.Tokens" version="5.2.0-preview2-41113220915" targetFramework="net451" />
3+
<package id="Microsoft.IdentityModel.Logging" version="5.2.0" targetFramework="net451" />
4+
<package id="Microsoft.IdentityModel.Protocols" version="5.2.0" targetFramework="net451" />
5+
<package id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="5.2.0" targetFramework="net451" />
6+
<package id="Microsoft.IdentityModel.Tokens" version="5.2.0" targetFramework="net451" />
77
<package id="Newtonsoft.Json" version="10.0.1" targetFramework="net451" />
88
<package id="Owin" version="1.0" targetFramework="net45" />
9-
<package id="System.IdentityModel.Tokens.Jwt" version="5.2.0-preview2-41113220915" targetFramework="net451" />
9+
<package id="System.IdentityModel.Tokens.Jwt" version="5.2.0" targetFramework="net451" />
1010
</packages>

src/Microsoft.Owin.Security.WsFederation/Microsoft.Owin.Security.WsFederation.csproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,27 +39,27 @@
3939
<ItemGroup>
4040
<Reference Include="Microsoft.CSharp" />
4141
<Reference Include="Microsoft.IdentityModel.Logging, Version=5.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
42-
<HintPath>..\..\packages\Microsoft.IdentityModel.Logging.5.2.0-preview2-41113220915\lib\net451\Microsoft.IdentityModel.Logging.dll</HintPath>
42+
<HintPath>..\..\packages\Microsoft.IdentityModel.Logging.5.2.0\lib\net451\Microsoft.IdentityModel.Logging.dll</HintPath>
4343
<Private>True</Private>
4444
</Reference>
4545
<Reference Include="Microsoft.IdentityModel.Protocols, Version=5.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
46-
<HintPath>..\..\packages\Microsoft.IdentityModel.Protocols.5.2.0-preview2-41113220915\lib\net451\Microsoft.IdentityModel.Protocols.dll</HintPath>
46+
<HintPath>..\..\packages\Microsoft.IdentityModel.Protocols.5.2.0\lib\net451\Microsoft.IdentityModel.Protocols.dll</HintPath>
4747
<Private>True</Private>
4848
</Reference>
4949
<Reference Include="Microsoft.IdentityModel.Protocols.WsFederation, Version=5.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
50-
<HintPath>..\..\packages\Microsoft.IdentityModel.Protocols.WsFederation.5.2.0-preview2-41113220915\lib\net451\Microsoft.IdentityModel.Protocols.WsFederation.dll</HintPath>
50+
<HintPath>..\..\packages\Microsoft.IdentityModel.Protocols.WsFederation.5.2.0\lib\net451\Microsoft.IdentityModel.Protocols.WsFederation.dll</HintPath>
5151
<Private>True</Private>
5252
</Reference>
5353
<Reference Include="Microsoft.IdentityModel.Tokens, Version=5.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
54-
<HintPath>..\..\packages\Microsoft.IdentityModel.Tokens.5.2.0-preview2-41113220915\lib\net451\Microsoft.IdentityModel.Tokens.dll</HintPath>
54+
<HintPath>..\..\packages\Microsoft.IdentityModel.Tokens.5.2.0\lib\net451\Microsoft.IdentityModel.Tokens.dll</HintPath>
5555
<Private>True</Private>
5656
</Reference>
5757
<Reference Include="Microsoft.IdentityModel.Tokens.Saml, Version=5.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
58-
<HintPath>..\..\packages\Microsoft.IdentityModel.Tokens.Saml.5.2.0-preview2-41113220915\lib\net451\Microsoft.IdentityModel.Tokens.Saml.dll</HintPath>
58+
<HintPath>..\..\packages\Microsoft.IdentityModel.Tokens.Saml.5.2.0\lib\net451\Microsoft.IdentityModel.Tokens.Saml.dll</HintPath>
5959
<Private>True</Private>
6060
</Reference>
6161
<Reference Include="Microsoft.IdentityModel.Xml, Version=5.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
62-
<HintPath>..\..\packages\Microsoft.IdentityModel.Xml.5.2.0-preview2-41113220915\lib\net451\Microsoft.IdentityModel.Xml.dll</HintPath>
62+
<HintPath>..\..\packages\Microsoft.IdentityModel.Xml.5.2.0\lib\net451\Microsoft.IdentityModel.Xml.dll</HintPath>
6363
<Private>True</Private>
6464
</Reference>
6565
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
@@ -71,7 +71,7 @@
7171
</Reference>
7272
<Reference Include="System" />
7373
<Reference Include="System.IdentityModel.Tokens.Jwt, Version=5.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
74-
<HintPath>..\..\packages\System.IdentityModel.Tokens.Jwt.5.2.0-preview2-41113220915\lib\net451\System.IdentityModel.Tokens.Jwt.dll</HintPath>
74+
<HintPath>..\..\packages\System.IdentityModel.Tokens.Jwt.5.2.0\lib\net451\System.IdentityModel.Tokens.Jwt.dll</HintPath>
7575
<Private>True</Private>
7676
</Reference>
7777
<Reference Include="System.Net.Http" />
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Microsoft.IdentityModel.Logging" version="5.2.0-preview2-41113220915" targetFramework="net451" />
4-
<package id="Microsoft.IdentityModel.Protocols" version="5.2.0-preview2-41113220915" targetFramework="net451" />
5-
<package id="Microsoft.IdentityModel.Protocols.WsFederation" version="5.2.0-preview2-41113220915" targetFramework="net451" />
6-
<package id="Microsoft.IdentityModel.Tokens" version="5.2.0-preview2-41113220915" targetFramework="net451" />
7-
<package id="Microsoft.IdentityModel.Tokens.Saml" version="5.2.0-preview2-41113220915" targetFramework="net451" />
8-
<package id="Microsoft.IdentityModel.Xml" version="5.2.0-preview2-41113220915" targetFramework="net451" />
3+
<package id="Microsoft.IdentityModel.Logging" version="5.2.0" targetFramework="net451" />
4+
<package id="Microsoft.IdentityModel.Protocols" version="5.2.0" targetFramework="net451" />
5+
<package id="Microsoft.IdentityModel.Protocols.WsFederation" version="5.2.0" targetFramework="net451" />
6+
<package id="Microsoft.IdentityModel.Tokens" version="5.2.0" targetFramework="net451" />
7+
<package id="Microsoft.IdentityModel.Tokens.Saml" version="5.2.0" targetFramework="net451" />
8+
<package id="Microsoft.IdentityModel.Xml" version="5.2.0" targetFramework="net451" />
99
<package id="Newtonsoft.Json" version="10.0.1" targetFramework="net451" />
10-
<package id="System.IdentityModel.Tokens.Jwt" version="5.2.0-preview2-41113220915" targetFramework="net451" />
10+
<package id="System.IdentityModel.Tokens.Jwt" version="5.2.0" targetFramework="net451" />
1111
</packages>

0 commit comments

Comments
 (0)