|
41 | 41 | <ItemGroup> |
42 | 42 | <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
43 | 43 | <SpecificVersion>False</SpecificVersion> |
44 | | - <HintPath>..\packages\EntityFramework.6.1.0\lib\net40\EntityFramework.dll</HintPath> |
| 44 | + <HintPath>..\packages\EntityFramework.6.1.1\lib\net40\EntityFramework.dll</HintPath> |
45 | 45 | </Reference> |
46 | 46 | <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
47 | 47 | <SpecificVersion>False</SpecificVersion> |
48 | | - <HintPath>..\packages\EntityFramework.6.1.0\lib\net40\EntityFramework.SqlServer.dll</HintPath> |
| 48 | + <HintPath>..\packages\EntityFramework.6.1.1\lib\net40\EntityFramework.SqlServer.dll</HintPath> |
49 | 49 | </Reference> |
50 | 50 | </ItemGroup> |
51 | 51 | </When> |
52 | | - <Otherwise /> |
| 52 | + <Otherwise> |
| 53 | + <ItemGroup> |
| 54 | + <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
| 55 | + <HintPath>..\packages\EntityFramework.6.1.1\lib\net45\EntityFramework.dll</HintPath> |
| 56 | + <Private>True</Private> |
| 57 | + </Reference> |
| 58 | + <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
| 59 | + <HintPath>..\packages\EntityFramework.6.1.1\lib\net45\EntityFramework.SqlServer.dll</HintPath> |
| 60 | + <Private>True</Private> |
| 61 | + </Reference> |
| 62 | + </ItemGroup> |
| 63 | + </Otherwise> |
53 | 64 | </Choose> |
54 | 65 | <ItemGroup> |
55 | | - <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
56 | | - <HintPath>..\packages\EntityFramework.6.1.1\lib\net45\EntityFramework.dll</HintPath> |
57 | | - <Private>True</Private> |
58 | | - </Reference> |
59 | | - <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
60 | | - <HintPath>..\packages\EntityFramework.6.1.1\lib\net45\EntityFramework.SqlServer.dll</HintPath> |
61 | | - <Private>True</Private> |
62 | | - </Reference> |
63 | 66 | <Reference Include="System" /> |
64 | 67 | <Reference Include="System.ComponentModel.DataAnnotations" /> |
65 | 68 | <Reference Include="System.Core" /> |
|
0 commit comments