Skip to content

Commit 83167df

Browse files
committed
Fixes for Buildjob.
1 parent 8c3fc3d commit 83167df

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

Lib/Moq.dll

649 KB
Binary file not shown.

SQLite.CodeFirst.Test/SQLite.CodeFirst.Test.csproj

+2
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@
4646
<Reference Include="Moq, Version=4.2.1510.2205, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL">
4747
<HintPath>..\packages\Moq.4.2.1510.2205\lib\net40\Moq.dll</HintPath>
4848
<Private>True</Private>
49+
<SpecificVersion>False</SpecificVersion>
50+
<HintPath>..\Lib\Moq.dll</HintPath>
4951
</Reference>
5052
<Reference Include="System" />
5153
<Reference Include="System.ComponentModel.DataAnnotations" />

SQLite.CodeFirst.Test/packages.config

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="EntityFramework" version="6.1.3" targetFramework="net452" />
4-
<package id="Moq" version="4.2.1510.2205" targetFramework="net452" />
3+
<package id="EntityFramework" version="6.1.3" targetFramework="net4" />
54
</packages>

SQLite.CodeFirst.sln

+5
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{7031BD3C
2222
EndProject
2323
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SQLite.CodeFirst.Test", "SQLite.CodeFirst.Test\SQLite.CodeFirst.Test.csproj", "{E542F38D-852E-489D-81C2-BF333503E10F}"
2424
EndProject
25+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Lib", "Lib", "{436039AE-ADD6-48A5-81B9-C413E13344A9}"
26+
ProjectSection(SolutionItems) = preProject
27+
Lib\Moq.dll = Lib\Moq.dll
28+
EndProjectSection
29+
EndProject
2530
Global
2631
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2732
Debug|Any CPU = Debug|Any CPU

0 commit comments

Comments
 (0)