Skip to content

Commit

Permalink
fix package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
leastprivilege committed Feb 22, 2016
1 parent c9ec9c5 commit f75ccc4
Show file tree
Hide file tree
Showing 12 changed files with 26 additions and 417 deletions.
305 changes: 0 additions & 305 deletions source/Logging/SelfHost/Config/Clients.cs

This file was deleted.

60 changes: 0 additions & 60 deletions source/Logging/SelfHost/Config/Scopes.cs

This file was deleted.

33 changes: 0 additions & 33 deletions source/Logging/SelfHost/Config/Users.cs

This file was deleted.

24 changes: 15 additions & 9 deletions source/Logging/SelfHost/SelfHost (Minimal).csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="IdentityServer3, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\IdentityServer3.2.0.1-build00195\lib\net45\IdentityServer3.dll</HintPath>
<Reference Include="IdentityServer3, Version=2.4.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\IdentityServer3.2.4.0\lib\net45\IdentityServer3.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.Owin, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
Expand All @@ -52,12 +52,12 @@
<HintPath>..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
</Reference>
<Reference Include="Serilog, Version=1.5.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Serilog.1.5.8\lib\net45\Serilog.dll</HintPath>
<HintPath>..\packages\Serilog.1.5.14\lib\net45\Serilog.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Serilog.FullNetFx, Version=1.5.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Serilog.1.5.8\lib\net45\Serilog.FullNetFx.dll</HintPath>
<HintPath>..\packages\Serilog.1.5.14\lib\net45\Serilog.FullNetFx.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Serilog.Sinks.Literate">
<HintPath>..\packages\Serilog.Sinks.Literate.1.2.0\lib\net45\Serilog.Sinks.Literate.dll</HintPath>
Expand All @@ -69,10 +69,16 @@
<Reference Include="System.Web" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\..\_sharedConfiguration\Clients.cs">
<Link>Config\Clients.cs</Link>
</Compile>
<Compile Include="..\..\_sharedConfiguration\Scopes.cs">
<Link>Config\Scopes.cs</Link>
</Compile>
<Compile Include="..\..\_sharedConfiguration\Users.cs">
<Link>Config\Users.cs</Link>
</Compile>
<Compile Include="Config\Certificate.cs" />
<Compile Include="Config\Clients.cs" />
<Compile Include="Config\Scopes.cs" />
<Compile Include="Config\Users.cs" />
<Compile Include="Extensions\CustomClaimsProvider.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
Expand Down
1 change: 1 addition & 0 deletions source/Logging/SelfHost/Startup.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using IdentityServer3.Core.Configuration;
using IdentityServer3.Core.Services;
using IdentityServer3.Host.Config;
using Owin;
using SelfHost.Config;

Expand Down
4 changes: 2 additions & 2 deletions source/Logging/SelfHost/packages.config
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="IdentityServer3" version="2.0.1-build00195" targetFramework="net45" />
<package id="IdentityServer3" version="2.4.0" targetFramework="net45" />
<package id="Microsoft.Owin" version="3.0.1" targetFramework="net45" />
<package id="Microsoft.Owin.Host.HttpListener" version="3.0.1" targetFramework="net45" />
<package id="Microsoft.Owin.Hosting" version="3.0.1" targetFramework="net45" />
<package id="Owin" version="1.0" targetFramework="net45" />
<package id="Serilog" version="1.5.8" targetFramework="net45" />
<package id="Serilog" version="1.5.14" targetFramework="net45" />
<package id="Serilog.Sinks.Literate" version="1.2.0" targetFramework="net45" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="IdentityServer.WindowsAuthentication, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\IdentityServer.WindowsAuthentication.1.1.0-build00008\lib\net45\IdentityServer.WindowsAuthentication.dll</HintPath>
<HintPath>..\packages\IdentityServer.WindowsAuthentication.1.1.0\lib\net45\IdentityServer.WindowsAuthentication.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="IdentityServer3, Version=2.4.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\IdentityServer3.2.4.1-build00428\lib\net45\IdentityServer3.dll</HintPath>
<HintPath>..\packages\IdentityServer3.2.4.0\lib\net45\IdentityServer3.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.CSharp" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="IdentityServer.WindowsAuthentication" version="1.1.0-build00008" targetFramework="net45" />
<package id="IdentityServer3" version="2.4.1-build00428" targetFramework="net45" />
<package id="IdentityServer.WindowsAuthentication" version="1.1.0" targetFramework="net45" />
<package id="IdentityServer3" version="2.4.0" targetFramework="net45" />
<package id="Microsoft.IdentityModel.Protocol.Extensions" version="1.0.2.206221351" targetFramework="net45" />
<package id="Microsoft.Owin" version="3.0.1" targetFramework="net45" />
<package id="Microsoft.Owin.Host.SystemWeb" version="3.0.1" targetFramework="net45" />
Expand Down
2 changes: 1 addition & 1 deletion source/WebHost (Windows Auth)/WebHost/WebHost.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="IdentityServer3, Version=2.4.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\IdentityServer3.2.4.1-build00428\lib\net45\IdentityServer3.dll</HintPath>
<HintPath>..\packages\IdentityServer3.2.4.0\lib\net45\IdentityServer3.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.CSharp" />
Expand Down
2 changes: 1 addition & 1 deletion source/WebHost (Windows Auth)/WebHost/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="IdentityServer3" version="2.4.1-build00428" targetFramework="net45" />
<package id="IdentityServer3" version="2.4.0" targetFramework="net45" />
<package id="Microsoft.IdentityModel.Protocol.Extensions" version="1.0.2.206221351" targetFramework="net45" />
<package id="Microsoft.Owin" version="3.0.1" targetFramework="net45" />
<package id="Microsoft.Owin.Host.SystemWeb" version="3.0.1" targetFramework="net45" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="IdentityServer.WindowsAuthentication, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\IdentityServer.WindowsAuthentication.1.1.0-build00008\lib\net45\IdentityServer.WindowsAuthentication.dll</HintPath>
<HintPath>..\packages\IdentityServer.WindowsAuthentication.1.1.0\lib\net45\IdentityServer.WindowsAuthentication.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.CSharp" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="IdentityServer.WindowsAuthentication" version="1.1.0-build00008" targetFramework="net45" />
<package id="IdentityServer.WindowsAuthentication" version="1.1.0" targetFramework="net45" />
<package id="Microsoft.Owin" version="3.0.1" targetFramework="net45" />
<package id="Microsoft.Owin.Host.SystemWeb" version="3.0.1" targetFramework="net45" />
<package id="Owin" version="1.0" targetFramework="net45" />
Expand Down

0 comments on commit f75ccc4

Please sign in to comment.