Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 066c73f

Browse files
committed
csproj
1 parent e180164 commit 066c73f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/ServiceStack.OrmLite.Sqlite32/ServiceStack.OrmLite.Sqlite32.csproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,13 @@
3838
</Reference>
3939
<Reference Include="System" />
4040
<Reference Include="System.Core" />
41-
<Reference Include="System.Data.SQLite, Version=1.0.82.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
41+
<Reference Include="System.Data.SQLite, Version=1.0.84.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=x86">
4242
<SpecificVersion>False</SpecificVersion>
43-
<HintPath>..\packages\System.Data.SQLite.1.0.82.0\lib\net20\System.Data.SQLite.dll</HintPath>
43+
<HintPath>..\packages\System.Data.SQLite.x86.1.0.84.0\lib\net20\System.Data.SQLite.dll</HintPath>
4444
</Reference>
45-
<Reference Include="System.Data.SQLite.Linq">
46-
<HintPath>..\packages\System.Data.SQLite.1.0.82.0\lib\net20\System.Data.SQLite.Linq.dll</HintPath>
45+
<Reference Include="System.Data.SQLite.Linq, Version=1.0.84.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
46+
<SpecificVersion>False</SpecificVersion>
47+
<HintPath>..\packages\System.Data.SQLite.x86.1.0.84.0\lib\net20\System.Data.SQLite.Linq.dll</HintPath>
4748
</Reference>
4849
<Reference Include="System.Xml.Linq" />
4950
<Reference Include="System.Data.DataSetExtensions" />

0 commit comments

Comments
 (0)