|
14 | 14 | <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir> |
15 | 15 | <RestorePackages>true</RestorePackages> |
16 | 16 | <TargetFrameworkProfile /> |
| 17 | + <NuGetPackageImportStamp> |
| 18 | + </NuGetPackageImportStamp> |
17 | 19 | </PropertyGroup> |
18 | 20 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
19 | 21 | <DebugSymbols>true</DebugSymbols> |
|
50 | 52 | </Reference> |
51 | 53 | <Reference Include="System" /> |
52 | 54 | <Reference Include="System.Core" /> |
53 | | - <Reference Include="System.Data.SQLite, Version=1.0.97.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL"> |
54 | | - <HintPath>..\packages\System.Data.SQLite.Core.1.0.97.0\lib\net40\System.Data.SQLite.dll</HintPath> |
| 55 | + <Reference Include="System.Data.SQLite, Version=1.0.98.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL"> |
| 56 | + <HintPath>..\packages\System.Data.SQLite.Core.1.0.98.1\lib\net40\System.Data.SQLite.dll</HintPath> |
55 | 57 | <Private>True</Private> |
56 | 58 | </Reference> |
57 | 59 | <Reference Include="System.Xml.Linq" /> |
|
111 | 113 | <AssemblyOriginatorKeyFile>servicestack-sn.pfx</AssemblyOriginatorKeyFile> |
112 | 114 | </PropertyGroup> |
113 | 115 | <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" /> |
114 | | - <Error Condition="!Exists('..\packages\System.Data.SQLite.Core.1.0.97.0\build\net40\System.Data.SQLite.Core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\System.Data.SQLite.Core.1.0.97.0\build\net40\System.Data.SQLite.Core.targets'))" /> |
| 116 | + <Error Condition="!Exists('..\packages\System.Data.SQLite.Core.1.0.98.1\build\net40\System.Data.SQLite.Core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\System.Data.SQLite.Core.1.0.98.1\build\net40\System.Data.SQLite.Core.targets'))" /> |
115 | 117 | </Target> |
116 | | - <Import Project="..\packages\System.Data.SQLite.Core.1.0.97.0\build\net40\System.Data.SQLite.Core.targets" Condition="Exists('..\packages\System.Data.SQLite.Core.1.0.97.0\build\net40\System.Data.SQLite.Core.targets')" /> |
| 118 | + <Import Project="..\packages\System.Data.SQLite.Core.1.0.98.1\build\net40\System.Data.SQLite.Core.targets" Condition="Exists('..\packages\System.Data.SQLite.Core.1.0.98.1\build\net40\System.Data.SQLite.Core.targets')" /> |
117 | 119 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
118 | 120 | Other similar extension points exist, see Microsoft.Common.targets. |
119 | 121 | <Target Name="BeforeBuild"> |
|
0 commit comments