|
52 | 52 | </Reference>
|
53 | 53 | <Reference Include="System" />
|
54 | 54 | <Reference Include="System.Core" />
|
55 |
| - <Reference Include="System.Data.SQLite, Version=1.0.98.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL"> |
56 |
| - <HintPath>..\..\src\packages\System.Data.SQLite.Core.1.0.98.1\lib\net45\System.Data.SQLite.dll</HintPath> |
| 55 | + <Reference Include="System.Data.SQLite, Version=1.0.99.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL"> |
| 56 | + <HintPath>..\..\src\packages\System.Data.SQLite.Core.1.0.99.0\lib\net45\System.Data.SQLite.dll</HintPath> |
57 | 57 | <Private>True</Private>
|
58 | 58 | </Reference>
|
59 | 59 | <Reference Include="System.Xml.Linq" />
|
|
95 | 95 | <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
|
96 | 96 | </PropertyGroup>
|
97 | 97 | <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
|
98 |
| - <Error Condition="!Exists('..\..\src\packages\System.Data.SQLite.Core.1.0.98.1\build\net45\System.Data.SQLite.Core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\src\packages\System.Data.SQLite.Core.1.0.98.1\build\net45\System.Data.SQLite.Core.targets'))" /> |
| 98 | + <Error Condition="!Exists('..\..\src\packages\System.Data.SQLite.Core.1.0.99.0\build\net45\System.Data.SQLite.Core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\src\packages\System.Data.SQLite.Core.1.0.99.0\build\net45\System.Data.SQLite.Core.targets'))" /> |
99 | 99 | </Target>
|
100 |
| - <Import Project="..\..\src\packages\System.Data.SQLite.Core.1.0.98.1\build\net45\System.Data.SQLite.Core.targets" Condition="Exists('..\..\src\packages\System.Data.SQLite.Core.1.0.98.1\build\net45\System.Data.SQLite.Core.targets')" /> |
| 100 | + <Import Project="..\..\src\packages\System.Data.SQLite.Core.1.0.99.0\build\net45\System.Data.SQLite.Core.targets" Condition="Exists('..\..\src\packages\System.Data.SQLite.Core.1.0.99.0\build\net45\System.Data.SQLite.Core.targets')" /> |
101 | 101 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
102 | 102 | Other similar extension points exist, see Microsoft.Common.targets.
|
103 | 103 | <Target Name="BeforeBuild">
|
|
0 commit comments