File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/NHibernate.TestDatabaseSetup Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 126
126
<PostBuildEvent >
127
127
if not exist "$(TargetDir)x86" md "$(TargetDir)x86"
128
128
xcopy /s /y "$(SolutionDir)packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\x86\*.*" "$(TargetDir)x86"
129
- xcopy /s /y "$(SolutionDir)packages\Oracle.ManagedDataAccess.12.1.2400 \bin\x86\*.*" "$(TargetDir)x86"
129
+ xcopy /s /y "$(SolutionDir)packages\Oracle.ManagedDataAccess.12.1.24160719 \bin\x86\*.*" "$(TargetDir)x86"
130
130
if not exist "$(TargetDir)amd64" md "$(TargetDir)amd64"
131
131
xcopy /s /y "$(SolutionDir)packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\amd64\*.*" "$(TargetDir)amd64"
132
132
if not exist "$(TargetDir)x64" md "$(TargetDir)x64"
133
- xcopy /s /y "$(SolutionDir)packages\Oracle.ManagedDataAccess.12.1.2400 \bin\x64\*.*" "$(TargetDir)x64"
133
+ xcopy /s /y "$(SolutionDir)packages\Oracle.ManagedDataAccess.12.1.24160719 \bin\x64\*.*" "$(TargetDir)x64"
134
134
</PostBuildEvent >
135
135
</PropertyGroup >
136
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')" />
You can’t perform that action at this time.
0 commit comments