Skip to content

Commit

Permalink
update DefaultViewService sample nugets and shared config
Browse files Browse the repository at this point in the history
  • Loading branch information
brockallen committed Feb 21, 2016
1 parent d5dbb68 commit 93bec55
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 396 deletions.
321 changes: 0 additions & 321 deletions source/DefaultViewService/EmbeddedAssetsViewService/Config/Clients.cs

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="IdentityServer3, Version=2.3.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\IdentityServer3.2.3.0-build00379\lib\net45\IdentityServer3.dll</HintPath>
<Reference Include="IdentityServer3, Version=2.4.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\IdentityServer3.2.4.1-build00428\lib\net45\IdentityServer3.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.CSharp" />
Expand Down Expand Up @@ -122,10 +122,16 @@
<Content Include="Web.config" />
</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="Properties\AssemblyInfo.cs" />
<Compile Include="Startup.cs" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
using IdentityServer3.Core.Services;
using IdentityServer3.Core.Services.Default;
using Serilog;
using IdentityServer3.Host.Config;

namespace SampleApp
{
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="IdentityServer3" version="2.3.0-build00379" targetFramework="net45" />
<package id="IdentityServer3" version="2.4.1-build00428" 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="Microsoft.Owin.Security" version="3.0.1" targetFramework="net45" />
Expand Down

0 comments on commit 93bec55

Please sign in to comment.