Skip to content

Commit 5ea8db8

Browse files
author
Scott Babcock
committed
Updated Microsoft.AspNet.Identity.Core to version 2.2.1.
Updated Microsoft.AspNet.Identity.EntityFramework to version 2.2.1. Added missing constructors to TrackerIdentityContext.
1 parent 243922a commit 5ea8db8

21 files changed

+48
-7544
lines changed

SampleLogMaker/SampleLogMaker.csproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@
5353
<Private>True</Private>
5454
</Reference>
5555
<Reference Include="Microsoft.AspNet.Identity.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
56-
<SpecificVersion>False</SpecificVersion>
57-
<HintPath>..\packages\Microsoft.AspNet.Identity.Core.2.1.0\lib\net45\Microsoft.AspNet.Identity.Core.dll</HintPath>
56+
<HintPath>..\packages\Microsoft.AspNet.Identity.Core.2.2.1\lib\net45\Microsoft.AspNet.Identity.Core.dll</HintPath>
57+
<Private>True</Private>
5858
</Reference>
5959
<Reference Include="Microsoft.AspNet.Identity.EntityFramework, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
60-
<SpecificVersion>False</SpecificVersion>
61-
<HintPath>..\packages\Microsoft.AspNet.Identity.EntityFramework.2.1.0\lib\net45\Microsoft.AspNet.Identity.EntityFramework.dll</HintPath>
60+
<HintPath>..\packages\Microsoft.AspNet.Identity.EntityFramework.2.2.1\lib\net45\Microsoft.AspNet.Identity.EntityFramework.dll</HintPath>
61+
<Private>True</Private>
6262
</Reference>
6363
<Reference Include="Microsoft.AspNet.Identity.Owin">
6464
<HintPath>..\packages\Microsoft.AspNet.Identity.Owin.2.1.0\lib\net45\Microsoft.AspNet.Identity.Owin.dll</HintPath>

SampleLogMaker/packages.config

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<package id="EntityFramework" version="6.1.1" targetFramework="net45" userInstalled="true" />
66
<package id="jQuery" version="2.1.1" targetFramework="net45" userInstalled="true" />
77
<package id="jQuery.Validation" version="1.13.0" targetFramework="net45" userInstalled="true" />
8-
<package id="Microsoft.AspNet.Identity.Core" version="2.1.0" targetFramework="net45" userInstalled="true" />
9-
<package id="Microsoft.AspNet.Identity.EntityFramework" version="2.1.0" targetFramework="net45" userInstalled="true" />
8+
<package id="Microsoft.AspNet.Identity.Core" version="2.2.1" targetFramework="net45" userInstalled="true" />
9+
<package id="Microsoft.AspNet.Identity.EntityFramework" version="2.2.1" targetFramework="net45" userInstalled="true" />
1010
<package id="Microsoft.AspNet.Identity.Owin" version="2.1.0" targetFramework="net45" userInstalled="true" />
1111
<package id="Microsoft.AspNet.Mvc" version="5.2.2" targetFramework="net45" userInstalled="true" />
1212
<package id="Microsoft.AspNet.Razor" version="3.2.2" targetFramework="net45" userInstalled="true" />

TrackerEnabledDbContext.Common.Testing/TrackerEnabledDbContext.Common.Testing.csproj

+6-4
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,13 @@
4141
<Reference Include="EntityFramework.SqlServer">
4242
<HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath>
4343
</Reference>
44-
<Reference Include="Microsoft.AspNet.Identity.Core">
45-
<HintPath>..\packages\Microsoft.AspNet.Identity.Core.2.2.0\lib\net45\Microsoft.AspNet.Identity.Core.dll</HintPath>
44+
<Reference Include="Microsoft.AspNet.Identity.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
45+
<HintPath>..\packages\Microsoft.AspNet.Identity.Core.2.2.1\lib\net45\Microsoft.AspNet.Identity.Core.dll</HintPath>
46+
<Private>True</Private>
4647
</Reference>
47-
<Reference Include="Microsoft.AspNet.Identity.EntityFramework">
48-
<HintPath>..\packages\Microsoft.AspNet.Identity.EntityFramework.2.2.0\lib\net45\Microsoft.AspNet.Identity.EntityFramework.dll</HintPath>
48+
<Reference Include="Microsoft.AspNet.Identity.EntityFramework, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
49+
<HintPath>..\packages\Microsoft.AspNet.Identity.EntityFramework.2.2.1\lib\net45\Microsoft.AspNet.Identity.EntityFramework.dll</HintPath>
50+
<Private>True</Private>
4951
</Reference>
5052
<Reference Include="System" />
5153
<Reference Include="System.ComponentModel.DataAnnotations" />
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
32
<packages>
43
<package id="EntityFramework" version="6.1.3" targetFramework="net45" />
5-
<package id="Microsoft.AspNet.Identity.Core" version="2.2.0" targetFramework="net45" />
6-
<package id="Microsoft.AspNet.Identity.EntityFramework" version="2.2.0" targetFramework="net45" />
4+
<package id="Microsoft.AspNet.Identity.Core" version="2.2.1" targetFramework="net45" />
5+
<package id="Microsoft.AspNet.Identity.EntityFramework" version="2.2.1" targetFramework="net45" />
76
</packages>

TrackerEnabledDbContext.Identity.IntegrationTests/TrackerEnabledDbContext.Identity.IntegrationTests.csproj

+6-4
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,13 @@
4343
<SpecificVersion>False</SpecificVersion>
4444
<HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath>
4545
</Reference>
46-
<Reference Include="Microsoft.AspNet.Identity.Core">
47-
<HintPath>..\packages\Microsoft.AspNet.Identity.Core.2.2.0\lib\net45\Microsoft.AspNet.Identity.Core.dll</HintPath>
46+
<Reference Include="Microsoft.AspNet.Identity.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
47+
<HintPath>..\packages\Microsoft.AspNet.Identity.Core.2.2.1\lib\net45\Microsoft.AspNet.Identity.Core.dll</HintPath>
48+
<Private>True</Private>
4849
</Reference>
49-
<Reference Include="Microsoft.AspNet.Identity.EntityFramework">
50-
<HintPath>..\packages\Microsoft.AspNet.Identity.EntityFramework.2.2.0\lib\net45\Microsoft.AspNet.Identity.EntityFramework.dll</HintPath>
50+
<Reference Include="Microsoft.AspNet.Identity.EntityFramework, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
51+
<HintPath>..\packages\Microsoft.AspNet.Identity.EntityFramework.2.2.1\lib\net45\Microsoft.AspNet.Identity.EntityFramework.dll</HintPath>
52+
<Private>True</Private>
5153
</Reference>
5254
<Reference Include="System" />
5355
<Reference Include="System.ComponentModel.DataAnnotations" />
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
32
<packages>
43
<package id="EntityFramework" version="6.1.3" targetFramework="net45" />
5-
<package id="Microsoft.AspNet.Identity.Core" version="2.2.0" targetFramework="net45" />
6-
<package id="Microsoft.AspNet.Identity.EntityFramework" version="2.2.0" targetFramework="net45" />
4+
<package id="Microsoft.AspNet.Identity.Core" version="2.2.1" targetFramework="net45" />
5+
<package id="Microsoft.AspNet.Identity.EntityFramework" version="2.2.1" targetFramework="net45" />
76
</packages>

TrackerEnabledDbContext.Identity/TrackerEnabledDbContext.Identity.csproj

+9-5
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,13 @@
4444
<Reference Include="EntityFramework.SqlServer">
4545
<HintPath>..\packages\EntityFramework.6.1.1\lib\net45\EntityFramework.SqlServer.dll</HintPath>
4646
</Reference>
47-
<Reference Include="Microsoft.AspNet.Identity.Core">
48-
<HintPath>..\packages\Microsoft.AspNet.Identity.Core.2.1.0\lib\net45\Microsoft.AspNet.Identity.Core.dll</HintPath>
47+
<Reference Include="Microsoft.AspNet.Identity.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
48+
<HintPath>..\packages\Microsoft.AspNet.Identity.Core.2.2.1\lib\net45\Microsoft.AspNet.Identity.Core.dll</HintPath>
49+
<Private>True</Private>
4950
</Reference>
50-
<Reference Include="Microsoft.AspNet.Identity.EntityFramework">
51-
<HintPath>..\packages\Microsoft.AspNet.Identity.EntityFramework.2.1.0\lib\net45\Microsoft.AspNet.Identity.EntityFramework.dll</HintPath>
51+
<Reference Include="Microsoft.AspNet.Identity.EntityFramework, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
52+
<HintPath>..\packages\Microsoft.AspNet.Identity.EntityFramework.2.2.1\lib\net45\Microsoft.AspNet.Identity.EntityFramework.dll</HintPath>
53+
<Private>True</Private>
5254
</Reference>
5355
<Reference Include="System" />
5456
<Reference Include="System.ComponentModel.DataAnnotations" />
@@ -66,7 +68,9 @@
6668
<ItemGroup>
6769
<None Include="App.config" />
6870
<None Include="MyKey.snk" />
69-
<None Include="packages.config" />
71+
<None Include="packages.config">
72+
<SubType>Designer</SubType>
73+
</None>
7074
</ItemGroup>
7175
<ItemGroup>
7276
<ProjectReference Include="..\TrackerEnabledDbContext.Common\TrackerEnabledDbContext.Common.csproj">

TrackerEnabledDbContext.Identity/TrackerIdentityContext.cs

+15-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,21 @@ public TrackerIdentityContext()
2121
{
2222
}
2323

24-
public TrackerIdentityContext(string connectionString) : base(connectionString)
24+
public TrackerIdentityContext(DbCompiledModel model) : base(model)
25+
{
26+
}
27+
28+
public TrackerIdentityContext(string nameOrConnectionString) : base(nameOrConnectionString)
29+
{
30+
}
31+
32+
public TrackerIdentityContext(string nameOrConnectionString, DbCompiledModel model)
33+
: base(nameOrConnectionString, model)
34+
{
35+
}
36+
37+
public TrackerIdentityContext(DbConnection existingConnection, bool contextOwnsConnection)
38+
: base(existingConnection, contextOwnsConnection)
2539
{
2640
}
2741

Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
32
<packages>
43
<package id="EntityFramework" version="6.1.1" targetFramework="net45" />
5-
<package id="Microsoft.AspNet.Identity.Core" version="2.1.0" targetFramework="net45" />
6-
<package id="Microsoft.AspNet.Identity.EntityFramework" version="2.1.0" targetFramework="net45" />
4+
<package id="Microsoft.AspNet.Identity.Core" version="2.2.1" targetFramework="net45" />
5+
<package id="Microsoft.AspNet.Identity.EntityFramework" version="2.2.1" targetFramework="net45" />
76
</packages>

0 commit comments

Comments
 (0)