Skip to content

Commit

Permalink
Update dependencies to RC1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tratcher committed Jul 2, 2014
1 parent cd84146 commit 0295fb9
Show file tree
Hide file tree
Showing 13 changed files with 29 additions and 29 deletions.
4 changes: 2 additions & 2 deletions build/Sakefile.shade
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ var SHIP='${Version(3, 0, 0, "rc1")}'
var DEV='${Version(0, 30, 0, "pre")}'
set FINAL_MILESTONE='${false}'

var AZUREAD_JWT_SUFFIX='-RC1-10701-1147'
var AZUREAD_EXT_SUFFIX='-RC1-10701-1147'
var AZUREAD_JWT_SUFFIX='-RC1'
var AZUREAD_EXT_SUFFIX='-RC1'
var VERSION='${SHIP.VERSION}'
var FULL_VERSION='${SHIP.FULL_VERSION}'
var EULA='http://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
<Reference Include="System.Core" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.IdentityModel" />
<Reference Include="System.IdentityModel.Tokens.Jwt, Version=4.0.10701.1146, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<Reference Include="System.IdentityModel.Tokens.Jwt, Version=4.0.10701.1634, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\System.IdentityModel.Tokens.Jwt.4.0.0-RC1-10701-1147\lib\net45\System.IdentityModel.Tokens.Jwt.dll</HintPath>
<HintPath>..\..\packages\System.IdentityModel.Tokens.Jwt.4.0.0-RC1\lib\net45\System.IdentityModel.Tokens.Jwt.dll</HintPath>
</Reference>
<Reference Include="System.Net.Http" />
<Reference Include="System.Net.Http.WebRequest" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Owin" version="1.0" targetFramework="net45" />
<package id="System.IdentityModel.Tokens.Jwt" version="4.0.0-RC1-10701-1147" targetFramework="net45" />
<package id="System.IdentityModel.Tokens.Jwt" version="4.0.0-RC1" targetFramework="net45" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
<Reference Include="System.Core" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.IdentityModel" />
<Reference Include="System.IdentityModel.Tokens.Jwt, Version=4.0.10701.1146, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<Reference Include="System.IdentityModel.Tokens.Jwt, Version=4.0.10701.1634, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\System.IdentityModel.Tokens.Jwt.4.0.0-RC1-10701-1147\lib\net45\System.IdentityModel.Tokens.Jwt.dll</HintPath>
<HintPath>..\..\packages\System.IdentityModel.Tokens.Jwt.4.0.0-RC1\lib\net45\System.IdentityModel.Tokens.Jwt.dll</HintPath>
</Reference>
<Reference Include="System.XML" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Microsoft.Owin.Security.Jwt/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Owin" version="1.0" targetFramework="net45" />
<package id="System.IdentityModel.Tokens.Jwt" version="4.0.0-RC1-10701-1147" targetFramework="net45" />
<package id="System.IdentityModel.Tokens.Jwt" version="4.0.0-RC1" targetFramework="net45" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,18 @@
<CodeAnalysisRuleSet>..\..\build\CodeAnalysis.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.IdentityModel.Protocol.Extensions, Version=1.0.10701.1146, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<Reference Include="Microsoft.IdentityModel.Protocol.Extensions, Version=1.0.10701.1634, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\Microsoft.IdentityModel.Protocol.Extensions.1.0.0-RC1-10701-1147\lib\net45\Microsoft.IdentityModel.Protocol.Extensions.dll</HintPath>
<HintPath>..\..\packages\Microsoft.IdentityModel.Protocol.Extensions.1.0.0-RC1\lib\net45\Microsoft.IdentityModel.Protocol.Extensions.dll</HintPath>
</Reference>
<Reference Include="Owin">
<HintPath>..\..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.IdentityModel" />
<Reference Include="System.IdentityModel.Tokens.Jwt, Version=4.0.10701.1146, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<Reference Include="System.IdentityModel.Tokens.Jwt, Version=4.0.10701.1634, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\System.IdentityModel.Tokens.Jwt.4.0.0-RC1-10701-1147\lib\net45\System.IdentityModel.Tokens.Jwt.dll</HintPath>
<HintPath>..\..\packages\System.IdentityModel.Tokens.Jwt.4.0.0-RC1\lib\net45\System.IdentityModel.Tokens.Jwt.dll</HintPath>
</Reference>
<Reference Include="System.Net.Http" />
<Reference Include="System.Net.Http.WebRequest" />
Expand Down
4 changes: 2 additions & 2 deletions src/Microsoft.Owin.Security.OpenIdConnect/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.IdentityModel.Protocol.Extensions" version="1.0.0-RC1-10701-1147" targetFramework="net45" />
<package id="Microsoft.IdentityModel.Protocol.Extensions" version="1.0.0-RC1" targetFramework="net45" />
<package id="Owin" version="1.0" targetFramework="net45" />
<package id="System.IdentityModel.Tokens.Jwt" version="4.0.0-RC1-10701-1147" targetFramework="net45" />
<package id="System.IdentityModel.Tokens.Jwt" version="4.0.0-RC1" targetFramework="net45" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,18 @@
<DocumentationFile>bin\Release\Microsoft.Owin.Security.WsFederation.XML</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.IdentityModel.Protocol.Extensions, Version=1.0.10701.1146, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<Reference Include="Microsoft.IdentityModel.Protocol.Extensions, Version=1.0.10701.1634, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\Microsoft.IdentityModel.Protocol.Extensions.1.0.0-RC1-10701-1147\lib\net45\Microsoft.IdentityModel.Protocol.Extensions.dll</HintPath>
<HintPath>..\..\packages\Microsoft.IdentityModel.Protocol.Extensions.1.0.0-RC1\lib\net45\Microsoft.IdentityModel.Protocol.Extensions.dll</HintPath>
</Reference>
<Reference Include="Owin">
<HintPath>..\..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.IdentityModel" />
<Reference Include="System.IdentityModel.Tokens.Jwt, Version=4.0.10701.1146, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<Reference Include="System.IdentityModel.Tokens.Jwt, Version=4.0.10701.1634, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\System.IdentityModel.Tokens.Jwt.4.0.0-RC1-10701-1147\lib\net45\System.IdentityModel.Tokens.Jwt.dll</HintPath>
<HintPath>..\..\packages\System.IdentityModel.Tokens.Jwt.4.0.0-RC1\lib\net45\System.IdentityModel.Tokens.Jwt.dll</HintPath>
</Reference>
<Reference Include="System.Net.Http" />
<Reference Include="System.Net.Http.WebRequest" />
Expand Down
4 changes: 2 additions & 2 deletions src/Microsoft.Owin.Security.WsFederation/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.IdentityModel.Protocol.Extensions" version="1.0.0-RC1-10701-1147" targetFramework="net45" />
<package id="System.IdentityModel.Tokens.Jwt" version="4.0.0-RC1-10701-1147" targetFramework="net45" />
<package id="Microsoft.IdentityModel.Protocol.Extensions" version="1.0.0-RC1" targetFramework="net45" />
<package id="System.IdentityModel.Tokens.Jwt" version="4.0.0-RC1" targetFramework="net45" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,18 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Microsoft.IdentityModel.Protocol.Extensions, Version=1.0.10701.1146, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<Reference Include="Microsoft.IdentityModel.Protocol.Extensions, Version=1.0.10701.1634, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\Microsoft.IdentityModel.Protocol.Extensions.1.0.0-RC1-10701-1147\lib\net45\Microsoft.IdentityModel.Protocol.Extensions.dll</HintPath>
<HintPath>..\..\packages\Microsoft.IdentityModel.Protocol.Extensions.1.0.0-RC1\lib\net45\Microsoft.IdentityModel.Protocol.Extensions.dll</HintPath>
</Reference>
<Reference Include="Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f0ebd12fd5e55cc5, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
</Reference>
<Reference Include="System.IdentityModel" />
<Reference Include="System.IdentityModel.Tokens.Jwt, Version=4.0.10701.1146, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<Reference Include="System.IdentityModel.Tokens.Jwt, Version=4.0.10701.1634, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\System.IdentityModel.Tokens.Jwt.4.0.0-RC1-10701-1147\lib\net45\System.IdentityModel.Tokens.Jwt.dll</HintPath>
<HintPath>..\..\packages\System.IdentityModel.Tokens.Jwt.4.0.0-RC1\lib\net45\System.IdentityModel.Tokens.Jwt.dll</HintPath>
</Reference>
<Reference Include="System.Net.Http" />
<Reference Include="System.Net.Http.WebRequest" />
Expand Down
4 changes: 2 additions & 2 deletions tests/Katana.Sandbox.WebServer/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.IdentityModel.Protocol.Extensions" version="1.0.0-RC1-10701-1147" targetFramework="net45" />
<package id="Microsoft.IdentityModel.Protocol.Extensions" version="1.0.0-RC1" targetFramework="net45" />
<package id="Owin" version="1.0" targetFramework="net45" />
<package id="System.IdentityModel.Tokens.Jwt" version="4.0.0-RC1-10701-1147" targetFramework="net45" />
<package id="System.IdentityModel.Tokens.Jwt" version="4.0.0-RC1" targetFramework="net45" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
<Reference Include="System.Core" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.IdentityModel" />
<Reference Include="System.IdentityModel.Tokens.Jwt, Version=4.0.10701.1146, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<Reference Include="System.IdentityModel.Tokens.Jwt, Version=4.0.10701.1634, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\System.IdentityModel.Tokens.Jwt.4.0.0-RC1-10701-1147\lib\net45\System.IdentityModel.Tokens.Jwt.dll</HintPath>
<HintPath>..\..\packages\System.IdentityModel.Tokens.Jwt.4.0.0-RC1\lib\net45\System.IdentityModel.Tokens.Jwt.dll</HintPath>
</Reference>
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
Expand Down
2 changes: 1 addition & 1 deletion tests/Microsoft.Owin.Security.Tests/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package id="Newtonsoft.Json" version="4.5.11" targetFramework="net45" />
<package id="Owin" version="1.0" targetFramework="net45" />
<package id="Shouldly" version="1.1.1.1" targetFramework="net45" />
<package id="System.IdentityModel.Tokens.Jwt" version="4.0.0-RC1-10701-1147" targetFramework="net45" />
<package id="System.IdentityModel.Tokens.Jwt" version="4.0.0-RC1" targetFramework="net45" />
<package id="xunit" version="1.9.2" targetFramework="net45" />
<package id="xunit.extensions" version="1.9.2" targetFramework="net45" />
</packages>

0 comments on commit 0295fb9

Please sign in to comment.