|
20 | 20 | <IISExpressWindowsAuthentication />
|
21 | 21 | <IISExpressUseClassicPipelineMode />
|
22 | 22 | <TargetFrameworkProfile />
|
| 23 | + <UseGlobalApplicationHostFile /> |
23 | 24 | </PropertyGroup>
|
24 | 25 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
25 | 26 | <DebugSymbols>true</DebugSymbols>
|
|
41 | 42 | <DocumentationFile>bin\MongoDB.AspNet.Identity.XML</DocumentationFile>
|
42 | 43 | </PropertyGroup>
|
43 | 44 | <ItemGroup>
|
44 |
| - <Reference Include="Microsoft.AspNet.Identity.Core"> |
45 |
| - <HintPath>packages\Microsoft.AspNet.Identity.Core.1.0.0\lib\net45\Microsoft.AspNet.Identity.Core.dll</HintPath> |
| 45 | + <Reference Include="Microsoft.AspNet.Identity.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 46 | + <HintPath>packages\Microsoft.AspNet.Identity.Core.2.2.1\lib\net45\Microsoft.AspNet.Identity.Core.dll</HintPath> |
| 47 | + <Private>True</Private> |
46 | 48 | </Reference>
|
47 |
| - <Reference Include="MongoDB.Bson, Version=1.8.3.9, Culture=neutral, PublicKeyToken=f686731cfb9cc103, processorArchitecture=MSIL"> |
48 |
| - <SpecificVersion>False</SpecificVersion> |
49 |
| - <HintPath>packages\mongocsharpdriver.1.8.3\lib\net35\MongoDB.Bson.dll</HintPath> |
| 49 | + <Reference Include="MongoDB.Bson, Version=2.4.3.23, Culture=neutral, processorArchitecture=MSIL"> |
| 50 | + <HintPath>packages\MongoDB.Bson.2.4.3\lib\net45\MongoDB.Bson.dll</HintPath> |
| 51 | + <Private>True</Private> |
50 | 52 | </Reference>
|
51 |
| - <Reference Include="MongoDB.Driver, Version=1.8.3.9, Culture=neutral, PublicKeyToken=f686731cfb9cc103, processorArchitecture=MSIL"> |
52 |
| - <SpecificVersion>False</SpecificVersion> |
53 |
| - <HintPath>packages\mongocsharpdriver.1.8.3\lib\net35\MongoDB.Driver.dll</HintPath> |
| 53 | + <Reference Include="MongoDB.Driver, Version=2.4.3.23, Culture=neutral, processorArchitecture=MSIL"> |
| 54 | + <HintPath>packages\MongoDB.Driver.2.4.3\lib\net45\MongoDB.Driver.dll</HintPath> |
| 55 | + <Private>True</Private> |
| 56 | + </Reference> |
| 57 | + <Reference Include="MongoDB.Driver.Core, Version=2.4.3.23, Culture=neutral, processorArchitecture=MSIL"> |
| 58 | + <HintPath>packages\MongoDB.Driver.Core.2.4.3\lib\net45\MongoDB.Driver.Core.dll</HintPath> |
| 59 | + <Private>True</Private> |
| 60 | + </Reference> |
| 61 | + <Reference Include="MongoDB.Driver.Legacy, Version=2.4.3.23, Culture=neutral, processorArchitecture=MSIL"> |
| 62 | + <HintPath>packages\mongocsharpdriver.2.4.3\lib\net45\MongoDB.Driver.Legacy.dll</HintPath> |
| 63 | + <Private>True</Private> |
54 | 64 | </Reference>
|
55 | 65 | <Reference Include="System.ComponentModel.DataAnnotations" />
|
56 | 66 | <Reference Include="System" />
|
57 | 67 | <Reference Include="System.Data" />
|
58 | 68 | <Reference Include="System.Data.DataSetExtensions" />
|
| 69 | + <Reference Include="System.Runtime.InteropServices.RuntimeInformation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 70 | + <HintPath>packages\System.Runtime.InteropServices.RuntimeInformation.4.0.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath> |
| 71 | + <Private>True</Private> |
| 72 | + </Reference> |
59 | 73 | <Reference Include="System.Web.ApplicationServices" />
|
60 | 74 | <Reference Include="System.Web.DynamicData" />
|
61 | 75 | <Reference Include="System.Web.Entity" />
|
|
65 | 79 | </ItemGroup>
|
66 | 80 | <ItemGroup>
|
67 | 81 | <Compile Include="IdentityUser.cs" />
|
| 82 | + <Compile Include="IdentityUserClaim.cs" /> |
68 | 83 | <Compile Include="Properties\AssemblyInfo.cs" />
|
69 | 84 | <Compile Include="UserStore.cs" />
|
70 | 85 | <Compile Include="Utils.cs" />
|
71 | 86 | </ItemGroup>
|
72 | 87 | <ItemGroup>
|
73 |
| - <Content Include="packages.config" /> |
| 88 | + <Content Include="packages.config"> |
| 89 | + <SubType>Designer</SubType> |
| 90 | + </Content> |
| 91 | + </ItemGroup> |
| 92 | + <ItemGroup> |
| 93 | + <None Include="Properties\PublishProfiles\MongoDbAspNetIdentity.pubxml" /> |
74 | 94 | </ItemGroup>
|
75 | 95 | <PropertyGroup>
|
76 | 96 | <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
|
|
0 commit comments