Skip to content

Commit

Permalink
update MVC ViewService sample nuget and shared config
Browse files Browse the repository at this point in the history
  • Loading branch information
brockallen committed Feb 21, 2016
1 parent 4d004e7 commit 95ec5f9
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 461 deletions.
320 changes: 0 additions & 320 deletions source/MVC ViewService/MvcViewServiceSample/Configuration/Clients.cs

This file was deleted.

This file was deleted.

60 changes: 0 additions & 60 deletions source/MVC ViewService/MvcViewServiceSample/Configuration/Users.cs

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
<Reference Include="HtmlSanitizationLibrary">
<HintPath>..\packages\AntiXSS.4.3.0\lib\net40\HtmlSanitizationLibrary.dll</HintPath>
</Reference>
<Reference Include="IdentityServer3, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\IdentityServer3.2.0.1\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 @@ -159,11 +159,17 @@
<Content Include="Web.config" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\..\_sharedConfiguration\Clients.cs">
<Link>Configuration\Clients.cs</Link>
</Compile>
<Compile Include="..\..\_sharedConfiguration\Scopes.cs">
<Link>Configuration\Scopes.cs</Link>
</Compile>
<Compile Include="..\..\_sharedConfiguration\Users.cs">
<Link>Configuration\Users.cs</Link>
</Compile>
<Compile Include="App_Start\RouteConfig.cs" />
<Compile Include="Configuration\Cert.cs" />
<Compile Include="Configuration\Clients.cs" />
<Compile Include="Configuration\Scopes.cs" />
<Compile Include="Configuration\Users.cs" />
<Compile Include="Controllers\LogonWorkflowController.cs" />
<Compile Include="Global.asax.cs">
<DependentUpon>Global.asax</DependentUpon>
Expand Down
1 change: 1 addition & 0 deletions source/MVC ViewService/MvcViewServiceSample/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
using Configuration;
using IdentityServer3.Core.Configuration;
using Serilog;
using IdentityServer3.Host.Config;

[assembly: OwinStartup(typeof(MvcViewServiceSample.Startup))]

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="AntiXSS" version="4.3.0" targetFramework="net45" />
<package id="IdentityServer3" version="2.0.1" targetFramework="net45" />
<package id="IdentityServer3" version="2.4.1-build00428" targetFramework="net45" />
<package id="Microsoft.AspNet.Mvc" version="5.2.3" targetFramework="net45" />
<package id="Microsoft.AspNet.Razor" version="3.2.3" targetFramework="net45" />
<package id="Microsoft.AspNet.WebPages" version="3.2.3" targetFramework="net45" />
Expand Down

0 comments on commit 95ec5f9

Please sign in to comment.