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

Commit a6a9955

Browse files
committed
fix build
1 parent 56ccf26 commit a6a9955

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

src/ServiceStack.OrmLite.SqlServer.Converters/ServiceStack.OrmLite.SqlServer.Converters.Signed.csproj

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,10 @@
4949
<HintPath>..\packages\Microsoft.SqlServer.Types.11.0.2\lib\net20\Microsoft.SqlServer.Types.dll</HintPath>
5050
<Private>True</Private>
5151
</Reference>
52-
<Reference Include="ServiceStack.Text, Version=4.0.0.0, Culture=neutral, processorArchitecture=MSIL">
53-
<SpecificVersion>False</SpecificVersion>
52+
<Reference Include="ServiceStack.Interfaces">
53+
<HintPath>..\..\lib\ServiceStack.Interfaces.dll</HintPath>
54+
</Reference>
55+
<Reference Include="ServiceStack.Text">
5456
<HintPath>..\..\lib\signed\ServiceStack.Text.dll</HintPath>
5557
</Reference>
5658
<Reference Include="System" />
@@ -68,9 +70,13 @@
6870
<Compile Include="SqlServerHierarchyIdTypeConverter.cs" />
6971
<Compile Include="SqlServerGeographyTypeConverter.cs" />
7072
<Compile Include="SqlServerGeometryTypeConverter.cs" />
71-
<Compile Include="SqlServerTypeConverter.cs" />
73+
<Compile Include="SqlServerExtendedStringConverters.cs" />
7274
</ItemGroup>
7375
<ItemGroup>
76+
<ProjectReference Include="..\ServiceStack.OrmLite.SqlServer\ServiceStack.OrmLite.SqlServer.csproj">
77+
<Project>{1887dc99-9139-43e3-a7aa-6d74714b3a5d}</Project>
78+
<Name>ServiceStack.OrmLite.SqlServer</Name>
79+
</ProjectReference>
7480
<ProjectReference Include="..\ServiceStack.OrmLite\ServiceStack.OrmLite.csproj">
7581
<Project>{96179ac6-f6f1-40c3-9fdd-4f6582f54c5c}</Project>
7682
<Name>ServiceStack.OrmLite</Name>

0 commit comments

Comments
 (0)