Skip to content

Commit 476b62a

Browse files
committed
Update IdentityModel deps to preview2
1 parent edd950a commit 476b62a

File tree

26 files changed

+107
-115
lines changed

26 files changed

+107
-115
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='-preview1-408290725'
8+
var AZUREAD_SUFFIX='-preview2-41113220915'
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: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,31 +41,31 @@
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-preview1-408290725\lib\net451\Microsoft.IdentityModel.Logging.dll</HintPath>
44+
<HintPath>..\..\packages\Microsoft.IdentityModel.Logging.5.2.0-preview2-41113220915\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-preview1-408290725\lib\net451\Microsoft.IdentityModel.Protocols.dll</HintPath>
48+
<HintPath>..\..\packages\Microsoft.IdentityModel.Protocols.5.2.0-preview2-41113220915\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-preview1-408290725\lib\net451\Microsoft.IdentityModel.Protocols.WsFederation.dll</HintPath>
52+
<HintPath>..\..\packages\Microsoft.IdentityModel.Protocols.WsFederation.5.2.0-preview2-41113220915\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-preview1-408290725\lib\net451\Microsoft.IdentityModel.Tokens.dll</HintPath>
56+
<HintPath>..\..\packages\Microsoft.IdentityModel.Tokens.5.2.0-preview2-41113220915\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-preview1-408290725\lib\net451\Microsoft.IdentityModel.Tokens.Saml.dll</HintPath>
60+
<HintPath>..\..\packages\Microsoft.IdentityModel.Tokens.Saml.5.2.0-preview2-41113220915\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-preview1-408290725\lib\net451\Microsoft.IdentityModel.Xml.dll</HintPath>
64+
<HintPath>..\..\packages\Microsoft.IdentityModel.Xml.5.2.0-preview2-41113220915\lib\net451\Microsoft.IdentityModel.Xml.dll</HintPath>
6565
<Private>True</Private>
6666
</Reference>
67-
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
68-
<HintPath>..\..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
67+
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
68+
<HintPath>..\..\packages\Newtonsoft.Json.10.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
6969
<Private>True</Private>
7070
</Reference>
7171
<Reference Include="Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f0ebd12fd5e55cc5, 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-preview1-408290725\lib\net451\System.IdentityModel.Tokens.Jwt.dll</HintPath>
79+
<HintPath>..\..\packages\System.IdentityModel.Tokens.Jwt.5.2.0-preview2-41113220915\lib\net451\System.IdentityModel.Tokens.Jwt.dll</HintPath>
8080
<Private>True</Private>
8181
</Reference>
8282
<Reference Include="System.Net.Http" />
Lines changed: 8 additions & 8 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-preview1-408290725" targetFramework="net451" />
4-
<package id="Microsoft.IdentityModel.Protocols" version="5.2.0-preview1-408290725" targetFramework="net451" />
5-
<package id="Microsoft.IdentityModel.Protocols.WsFederation" version="5.2.0-preview1-408290725" targetFramework="net451" />
6-
<package id="Microsoft.IdentityModel.Tokens" version="5.2.0-preview1-408290725" targetFramework="net451" />
7-
<package id="Microsoft.IdentityModel.Tokens.Saml" version="5.2.0-preview1-408290725" targetFramework="net451" />
8-
<package id="Microsoft.IdentityModel.Xml" version="5.2.0-preview1-408290725" targetFramework="net451" />
9-
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net451" />
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" />
9+
<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-preview1-408290725" targetFramework="net451" />
11+
<package id="System.IdentityModel.Tokens.Jwt" version="5.2.0-preview2-41113220915" targetFramework="net451" />
1212
</packages>

src/Microsoft.Owin.Security.Facebook/Microsoft.Owin.Security.Facebook.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
<DocumentationFile>bin\Release\Microsoft.Owin.Security.Facebook.XML</DocumentationFile>
3838
</PropertyGroup>
3939
<ItemGroup>
40-
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
41-
<HintPath>..\..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
40+
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
41+
<HintPath>..\..\packages\Newtonsoft.Json.10.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
4242
<Private>True</Private>
4343
</Reference>
4444
<Reference Include="Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f0ebd12fd5e55cc5, processorArchitecture=MSIL">
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net451" />
3+
<package id="Newtonsoft.Json" version="10.0.1" targetFramework="net451" />
44
<package id="Owin" version="1.0" targetFramework="net45" />
55
</packages>

src/Microsoft.Owin.Security.Google/Microsoft.Owin.Security.Google.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
<DocumentationFile>bin\Release\Microsoft.Owin.Security.Google.XML</DocumentationFile>
3636
</PropertyGroup>
3737
<ItemGroup>
38-
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
39-
<HintPath>..\..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
38+
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
39+
<HintPath>..\..\packages\Newtonsoft.Json.10.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
4040
<Private>True</Private>
4141
</Reference>
4242
<Reference Include="Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f0ebd12fd5e55cc5, processorArchitecture=MSIL">
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net451" />
3+
<package id="Newtonsoft.Json" version="10.0.1" targetFramework="net451" />
44
<package id="Owin" version="1.0" targetFramework="net45" />
55
</packages>

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@
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-preview1-408290725\lib\net451\Microsoft.IdentityModel.Logging.dll</HintPath>
40+
<HintPath>..\..\packages\Microsoft.IdentityModel.Logging.5.2.0-preview2-41113220915\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-preview1-408290725\lib\net451\Microsoft.IdentityModel.Tokens.dll</HintPath>
44+
<HintPath>..\..\packages\Microsoft.IdentityModel.Tokens.5.2.0-preview2-41113220915\lib\net451\Microsoft.IdentityModel.Tokens.dll</HintPath>
4545
<Private>True</Private>
4646
</Reference>
47-
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
48-
<HintPath>..\..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
47+
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
48+
<HintPath>..\..\packages\Newtonsoft.Json.10.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
4949
<Private>True</Private>
5050
</Reference>
5151
<Reference Include="Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f0ebd12fd5e55cc5, 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-preview1-408290725\lib\net451\System.IdentityModel.Tokens.Jwt.dll</HintPath>
59+
<HintPath>..\..\packages\System.IdentityModel.Tokens.Jwt.5.2.0-preview2-41113220915\lib\net451\System.IdentityModel.Tokens.Jwt.dll</HintPath>
6060
<Private>True</Private>
6161
</Reference>
6262
<Reference Include="System.Runtime.Serialization" />
Lines changed: 4 additions & 4 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-preview1-408290725" targetFramework="net451" />
4-
<package id="Microsoft.IdentityModel.Tokens" version="5.2.0-preview1-408290725" targetFramework="net451" />
5-
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net451" />
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" />
5+
<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-preview1-408290725" targetFramework="net451" />
7+
<package id="System.IdentityModel.Tokens.Jwt" version="5.2.0-preview2-41113220915" targetFramework="net451" />
88
</packages>

src/Microsoft.Owin.Security.MicrosoftAccount/Microsoft.Owin.Security.MicrosoftAccount.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
<DocumentationFile>bin\Release\Microsoft.Owin.Security.MicrosoftAccount.XML</DocumentationFile>
3636
</PropertyGroup>
3737
<ItemGroup>
38-
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
39-
<HintPath>..\..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
38+
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
39+
<HintPath>..\..\packages\Newtonsoft.Json.10.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
4040
<Private>True</Private>
4141
</Reference>
4242
<Reference Include="Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f0ebd12fd5e55cc5, processorArchitecture=MSIL">

0 commit comments

Comments
 (0)