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

Commit e33aad4

Browse files
committed
ref libs in OrmLite\lib
1 parent cef41bf commit e33aad4

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

src/ServiceStack.OrmLite.SqliteV45/ServiceStack.OrmLite.SqliteV45.csproj

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,17 @@
3030
<WarningLevel>4</WarningLevel>
3131
</PropertyGroup>
3232
<ItemGroup>
33-
<Reference Include="Mono.Data.Sqlite">
34-
<HintPath>..\..\..\ServiceStack\lib\Mono.Data.Sqlite.dll</HintPath>
33+
<Reference Include="Mono.Data.Sqlite, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
34+
<SpecificVersion>False</SpecificVersion>
35+
<HintPath>..\..\lib\Mono.Data.Sqlite.dll</HintPath>
3536
</Reference>
36-
<Reference Include="ServiceStack.Interfaces">
37-
<HintPath>..\..\..\ServiceStack\lib\ServiceStack.Interfaces.dll</HintPath>
37+
<Reference Include="ServiceStack.Interfaces, Version=4.0.0.0, Culture=neutral, PublicKeyToken=e06fbc6124f57c43, processorArchitecture=MSIL">
38+
<SpecificVersion>False</SpecificVersion>
39+
<HintPath>..\..\lib\ServiceStack.Interfaces.dll</HintPath>
3840
</Reference>
39-
<Reference Include="ServiceStack.Text">
40-
<HintPath>..\..\..\ServiceStack\lib\ServiceStack.Text.dll</HintPath>
41+
<Reference Include="ServiceStack.Text, Version=4.0.0.0, Culture=neutral, processorArchitecture=MSIL">
42+
<SpecificVersion>False</SpecificVersion>
43+
<HintPath>..\..\lib\ServiceStack.Text.dll</HintPath>
4144
</Reference>
4245
<Reference Include="System" />
4346
<Reference Include="System.Core" />

0 commit comments

Comments
 (0)