|
37 | 37 | <StartProgram>$(MSBuildProjectDirectory)\..\..\Tools\nunit\nunit-x86.exe</StartProgram> |
38 | 38 | <StartArguments>NHibernate.TestDatabaseSetup.dll</StartArguments> |
39 | 39 | <TargetFrameworkProfile /> |
| 40 | + <NuGetPackageImportStamp> |
| 41 | + </NuGetPackageImportStamp> |
40 | 42 | </PropertyGroup> |
41 | 43 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
42 | 44 | <DebugSymbols>true</DebugSymbols> |
|
81 | 83 | <Private>True</Private> |
82 | 84 | </Reference> |
83 | 85 | <Reference Include="Oracle.ManagedDataAccess, Version=4.121.2.0, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=MSIL"> |
84 | | - <HintPath>..\packages\Oracle.ManagedDataAccess.12.1.2400\lib\net40\Oracle.ManagedDataAccess.dll</HintPath> |
| 86 | + <HintPath>..\packages\Oracle.ManagedDataAccess.12.1.24160719\lib\net40\Oracle.ManagedDataAccess.dll</HintPath> |
85 | 87 | <Private>True</Private> |
86 | 88 | </Reference> |
87 | 89 | <Reference Include="System" /> |
88 | 90 | <Reference Include="System.Core"> |
89 | 91 | <RequiredTargetFramework>3.5</RequiredTargetFramework> |
90 | 92 | </Reference> |
91 | 93 | <Reference Include="System.Data" /> |
92 | | - <Reference Include="System.Data.SQLite, Version=1.0.102.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL"> |
93 | | - <HintPath>..\packages\System.Data.SQLite.Core.1.0.102.0\lib\net46\System.Data.SQLite.dll</HintPath> |
| 94 | + <Reference Include="System.Data.SQLite, Version=1.0.104.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL"> |
| 95 | + <HintPath>..\packages\System.Data.SQLite.Core.1.0.104.0\lib\net46\System.Data.SQLite.dll</HintPath> |
94 | 96 | <Private>True</Private> |
95 | 97 | </Reference> |
96 | 98 | <Reference Include="System.Data.SqlServerCe, Version=4.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL"> |
|
131 | 133 | xcopy /s /y "$(SolutionDir)packages\Oracle.ManagedDataAccess.12.1.2400\bin\x64\*.*" "$(TargetDir)x64" |
132 | 134 | </PostBuildEvent> |
133 | 135 | </PropertyGroup> |
134 | | - <Import Project="..\packages\System.Data.SQLite.Core.1.0.102.0\build\net46\System.Data.SQLite.Core.targets" Condition="Exists('..\packages\System.Data.SQLite.Core.1.0.102.0\build\net46\System.Data.SQLite.Core.targets')" /> |
| 136 | + <Import Project="..\packages\System.Data.SQLite.Core.1.0.104.0\build\net46\System.Data.SQLite.Core.targets" Condition="Exists('..\packages\System.Data.SQLite.Core.1.0.104.0\build\net46\System.Data.SQLite.Core.targets')" /> |
135 | 137 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
136 | 138 | <PropertyGroup> |
137 | 139 | <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> |
138 | 140 | </PropertyGroup> |
139 | | - <Error Condition="!Exists('..\packages\System.Data.SQLite.Core.1.0.102.0\build\net46\System.Data.SQLite.Core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\System.Data.SQLite.Core.1.0.102.0\build\net46\System.Data.SQLite.Core.targets'))" /> |
| 141 | + <Error Condition="!Exists('..\packages\System.Data.SQLite.Core.1.0.104.0\build\net46\System.Data.SQLite.Core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\System.Data.SQLite.Core.1.0.104.0\build\net46\System.Data.SQLite.Core.targets'))" /> |
140 | 142 | </Target> |
141 | 143 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
142 | 144 | Other similar extension points exist, see Microsoft.Common.targets. |
|
0 commit comments