Skip to content

Commit

Permalink
update mygets
Browse files Browse the repository at this point in the history
  • Loading branch information
brockallen committed Sep 6, 2015
1 parent 0e064c0 commit 5327c20
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="IdentityModel.Net45, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\IdentityModel.1.0.0\lib\net45\IdentityModel.Net45.dll</HintPath>
<HintPath>..\packages\IdentityModel.1.1.0-build00027\lib\net45\IdentityModel.Net45.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="IdentityServer3, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\IdentityServer3.2.0.0-build00174\lib\net45\IdentityServer3.dll</HintPath>
<HintPath>..\packages\IdentityServer3.2.0.1-build00195\lib\net45\IdentityServer3.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="IdentityServer3.WsFederation, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\IdentityServer3.WsFederation.2.0.0-build00012\lib\net45\IdentityServer3.WsFederation.dll</HintPath>
<HintPath>..\packages\IdentityServer3.WsFederation.2.0.1-build00020\lib\net45\IdentityServer3.WsFederation.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.Owin, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
Expand Down
6 changes: 3 additions & 3 deletions source/SelfHost (InMem with WS-Fed)/SelfHost/packages.config
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="IdentityModel" version="1.0.0" targetFramework="net45" />
<package id="IdentityServer3" version="2.0.0-build00174" targetFramework="net45" />
<package id="IdentityServer3.WsFederation" version="2.0.0-build00012" targetFramework="net45" />
<package id="IdentityModel" version="1.1.0-build00027" targetFramework="net45" />
<package id="IdentityServer3" version="2.0.1-build00195" targetFramework="net45" />
<package id="IdentityServer3.WsFederation" version="2.0.1-build00020" targetFramework="net45" />
<package id="Microsoft.Owin" version="3.0.0" targetFramework="net45" />
<package id="Microsoft.Owin.Host.HttpListener" version="3.0.0" targetFramework="net45" />
<package id="Microsoft.Owin.Hosting" version="3.0.0" targetFramework="net45" />
Expand Down

0 comments on commit 5327c20

Please sign in to comment.