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

Commit cef41bf

Browse files
committed
fix references
1 parent 8d706f3 commit cef41bf

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

build/build.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
<Copy SourceFiles="%(SqliteMonoFiles.Identity)" DestinationFolder="$(NuGetPackageDir)/ServiceStack.OrmLite.Sqlite.Mono/lib/net40" />
190190

191191
<!-- Sqlite Mono/.NET 4.5 -->
192-
<MSBuild Projects="$(SrcDir)/ServiceStack.OrmLite.Sqlite/ServiceStack.OrmLite.SqliteV45.csproj"
192+
<MSBuild Projects="$(SrcDir)/ServiceStack.OrmLite.SqliteV45/ServiceStack.OrmLite.SqliteV45.csproj"
193193
Targets="Build"
194194
Properties="Version=$(PackageVersion);Configuration=$(Configuration)" />
195195

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@
3333
<Reference Include="Mono.Data.Sqlite">
3434
<HintPath>..\..\..\ServiceStack\lib\Mono.Data.Sqlite.dll</HintPath>
3535
</Reference>
36-
<Reference Include="ServiceStack.Common">
37-
<HintPath>..\..\..\ServiceStack\lib\ServiceStack.Common.dll</HintPath>
38-
</Reference>
3936
<Reference Include="ServiceStack.Interfaces">
4037
<HintPath>..\..\..\ServiceStack\lib\ServiceStack.Interfaces.dll</HintPath>
4138
</Reference>
@@ -44,11 +41,7 @@
4441
</Reference>
4542
<Reference Include="System" />
4643
<Reference Include="System.Core" />
47-
<Reference Include="System.Xml.Linq" />
48-
<Reference Include="System.Data.DataSetExtensions" />
49-
<Reference Include="Microsoft.CSharp" />
5044
<Reference Include="System.Data" />
51-
<Reference Include="System.Xml" />
5245
</ItemGroup>
5346
<ItemGroup>
5447
<Compile Include="..\ServiceStack.OrmLite.Sqlite\Properties\AssemblyInfo.cs">

0 commit comments

Comments
 (0)