Skip to content

Commit

Permalink
Solved #348: Build fail on Docker Linux container (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbra authored Jan 26, 2019
1 parent a3e718d commit b77e557
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="$(NuGetPackageRoot)System.Data.SQLite.Core\1.0.109.2\lib\net46\System.Data.SQLite.dll">
<EmbeddedResource Include="$(NuGetPackageRoot)system.data.sqlite.core\1.0.109.2\lib\$(TargetFramework)\System.Data.SQLite.dll">
<Link>assemblyresource\System.Data.SQLite.dll</Link>
</EmbeddedResource>
</ItemGroup>
<PropertyGroup>
<AlreadyImported>true</AlreadyImported>
</PropertyGroup>
<Import Project="$(NuGetPackageRoot)System.Data.SQLite.Core\1.0.109.2\build\net46\System.Data.SQLite.Core.targets" Condition="Exists('$(NuGetPackageRoot)System.Data.SQLite.Core\1.0.109.2\build\net46\System.Data.SQLite.Core.targets') and '$(AlreadyImported)' != 'true'" />
</Project>
<Import Project="$(NuGetPackageRoot)system.data.sqlite.core\1.0.109.2\build\net46\System.Data.SQLite.Core.targets" Condition="Exists('$(NuGetPackageRoot)system.data.sqlite.core\1.0.109.2\build\net46\System.Data.SQLite.Core.targets') and '$(AlreadyImported)' != 'true'" />
</Project>

0 comments on commit b77e557

Please sign in to comment.