Skip to content

Commit

Permalink
update samples to latest mygets
Browse files Browse the repository at this point in the history
  • Loading branch information
brockallen committed Aug 11, 2015
1 parent 06cb33d commit abafef6
Show file tree
Hide file tree
Showing 40 changed files with 11,438 additions and 11,062 deletions.
14 changes: 12 additions & 2 deletions source/AspNetIdentity/WebHost/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@
-->
<configuration>
<configSections>
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->

<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
</configSections>
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 --></configSections>
<connectionStrings>
<add name="AspId" connectionString="Data Source=(LocalDb)\v11.0;Initial Catalog=IdentityServer3.AspNetIdentity;Integrated Security=True" providerName="System.Data.SqlClient" />
<add name="AspId_CustomPK" connectionString="Data Source=(LocalDb)\v11.0;Initial Catalog=IdentityServer3.AspNetIdentity.CustomPK;Integrated Security=True" providerName="System.Data.SqlClient" />
<!--<add name="AspId" connectionString="Data Source=(LocalDb)\MSSQLLocalDb;Initial Catalog=IdentityServer3.AspNetIdentity;Integrated Security=True" providerName="System.Data.SqlClient" />
<add name="AspId_CustomPK" connectionString="Data Source=(LocalDb)\MSSQLLocalDb;Initial Catalog=IdentityServer3.AspNetIdentity.CustomPK;Integrated Security=True" providerName="System.Data.SqlClient" />-->
</connectionStrings>
<system.webServer>
<modules runAllManagedModulesForAllRequests="true"></modules>
Expand All @@ -37,4 +39,12 @@
</listeners>
</trace>
</system.diagnostics>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-7.0.0.0" newVersion="7.0.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
21 changes: 11 additions & 10 deletions source/AspNetIdentity/WebHost/WebHost.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<IISExpressAnonymousAuthentication />
<IISExpressWindowsAuthentication />
<IISExpressUseClassicPipelineMode />
<UseGlobalApplicationHostFile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand All @@ -39,27 +40,27 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
<HintPath>..\packages\EntityFramework.6.1.0\lib\net45\EntityFramework.dll</HintPath>
<HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
<HintPath>..\packages\EntityFramework.6.1.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
<HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="IdentityManager, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\IdentityManager.1.0.0-beta5-4\lib\net45\IdentityManager.dll</HintPath>
<HintPath>..\packages\IdentityManager.1.0.0-beta5-5\lib\net45\IdentityManager.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="IdentityManager.AspNetIdentity, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\IdentityManager.AspNetIdentity.1.0.0-beta5\lib\net45\IdentityManager.AspNetIdentity.dll</HintPath>
<HintPath>..\packages\IdentityManager.AspNetIdentity.1.0.0-beta5-1\lib\net45\IdentityManager.AspNetIdentity.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="IdentityModel.Net45, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\IdentityModel.1.0.0-build00006\lib\net45\IdentityModel.Net45.dll</HintPath>
<HintPath>..\packages\IdentityModel.1.0.0\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-build00102\lib\net45\IdentityServer3.dll</HintPath>
<HintPath>..\packages\IdentityServer3.2.0.0-rc1\lib\net45\IdentityServer3.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.AspNet.Identity.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
Expand Down Expand Up @@ -95,20 +96,20 @@
<HintPath>..\packages\Microsoft.Owin.Security.Twitter.3.0.1\lib\net45\Microsoft.Owin.Security.Twitter.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath>
<Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f0ebd12fd5e55cc5, processorArchitecture=MSIL">
<HintPath>..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Serilog, Version=1.5.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
<HintPath>..\packages\Serilog.1.5.6\lib\net45\Serilog.dll</HintPath>
<HintPath>..\packages\Serilog.1.5.9\lib\net45\Serilog.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Serilog.FullNetFx, Version=1.5.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
<HintPath>..\packages\Serilog.1.5.6\lib\net45\Serilog.FullNetFx.dll</HintPath>
<HintPath>..\packages\Serilog.1.5.9\lib\net45\Serilog.FullNetFx.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.IdentityModel" />
Expand Down
16 changes: 8 additions & 8 deletions source/AspNetIdentity/WebHost/packages.config
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="EntityFramework" version="6.1.0" targetFramework="net45" />
<package id="IdentityManager" version="1.0.0-beta5-4" targetFramework="net45" />
<package id="IdentityManager.AspNetIdentity" version="1.0.0-beta5" targetFramework="net45" />
<package id="IdentityModel" version="1.0.0-build00006" targetFramework="net45" />
<package id="IdentityServer3" version="2.0.0-build00102" targetFramework="net45" />
<package id="IdentityServer3.AspNetIdentity" version="2.0.0-build00024" targetFramework="net45" />
<package id="EntityFramework" version="6.1.3" targetFramework="net45" />
<package id="IdentityManager" version="1.0.0-beta5-5" targetFramework="net45" />
<package id="IdentityManager.AspNetIdentity" version="1.0.0-beta5-1" targetFramework="net45" />
<package id="IdentityModel" version="1.0.0" targetFramework="net45" />
<package id="IdentityServer3" version="2.0.0-rc1" targetFramework="net45" />
<package id="IdentityServer3.AspNetIdentity" version="2.0.0-build00035" targetFramework="net45" />
<package id="Microsoft.AspNet.Identity.Core" version="2.2.1" targetFramework="net45" />
<package id="Microsoft.AspNet.Identity.EntityFramework" version="2.2.1" targetFramework="net45" />
<package id="Microsoft.Owin" version="3.0.1" targetFramework="net45" />
Expand All @@ -14,7 +14,7 @@
<package id="Microsoft.Owin.Security.Facebook" version="3.0.1" targetFramework="net45" />
<package id="Microsoft.Owin.Security.Google" version="3.0.1" targetFramework="net45" />
<package id="Microsoft.Owin.Security.Twitter" version="3.0.1" targetFramework="net45" />
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net45" />
<package id="Newtonsoft.Json" version="7.0.1" targetFramework="net45" />
<package id="Owin" version="1.0" targetFramework="net45" />
<package id="Serilog" version="1.5.6" targetFramework="net45" />
<package id="Serilog" version="1.5.9" targetFramework="net45" />
</packages>
Loading

0 comments on commit abafef6

Please sign in to comment.