|
40 | 40 | <ItemGroup> |
41 | 41 | <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
42 | 42 | <SpecificVersion>False</SpecificVersion> |
43 | | - <HintPath>..\packages\EntityFramework.6.1.1\lib\net45\EntityFramework.dll</HintPath> |
| 43 | + <HintPath>..\packages\EntityFramework.6.1.2\lib\net45\EntityFramework.dll</HintPath> |
44 | 44 | </Reference> |
45 | | - <Reference Include="EntityFramework.SqlServer"> |
46 | | - <HintPath>..\packages\EntityFramework.6.1.1\lib\net45\EntityFramework.SqlServer.dll</HintPath> |
| 45 | + <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
| 46 | + <SpecificVersion>False</SpecificVersion> |
| 47 | + <HintPath>..\packages\EntityFramework.6.1.2\lib\net45\EntityFramework.SqlServer.dll</HintPath> |
47 | 48 | </Reference> |
48 | 49 | <Reference Include="FluentAssertions, Version=3.2.2.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL"> |
49 | 50 | <SpecificVersion>False</SpecificVersion> |
|
54 | 55 | <HintPath>..\packages\FluentAssertions.3.2.2\lib\net45\FluentAssertions.Core.dll</HintPath> |
55 | 56 | </Reference> |
56 | 57 | <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> |
57 | | - <Reference Include="Moq, Version=4.2.1409.1722, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL"> |
| 58 | + <Reference Include="Moq, Version=4.2.1502.911, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL"> |
58 | 59 | <SpecificVersion>False</SpecificVersion> |
59 | | - <HintPath>..\packages\Moq.4.2.1409.1722\lib\net40\Moq.dll</HintPath> |
| 60 | + <HintPath>..\packages\Moq.4.2.1502.0911\lib\net40\Moq.dll</HintPath> |
60 | 61 | </Reference> |
61 | 62 | <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
62 | 63 | <SpecificVersion>False</SpecificVersion> |
63 | | - <HintPath>..\packages\Newtonsoft.Json.6.0.6\lib\net45\Newtonsoft.Json.dll</HintPath> |
| 64 | + <HintPath>..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath> |
64 | 65 | </Reference> |
65 | 66 | <Reference Include="System" /> |
66 | 67 | <Reference Include="System.ComponentModel.DataAnnotations" /> |
|
101 | 102 | <Compile Include="Properties\AssemblyInfo.cs" /> |
102 | 103 | </ItemGroup> |
103 | 104 | <ItemGroup> |
104 | | - <None Include="App.Config" /> |
| 105 | + <None Include="App.Config"> |
| 106 | + <SubType>Designer</SubType> |
| 107 | + </None> |
105 | 108 | <EmbeddedResource Include="Data\Comment.json"> |
106 | 109 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
107 | 110 | </EmbeddedResource> |
|
0 commit comments