Skip to content

Commit 292b5e8

Browse files
committed
Fix
1 parent fbe98f4 commit 292b5e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/NHibernate.TestDatabaseSetup/NHibernate.TestDatabaseSetup.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,11 @@
126126
<PostBuildEvent>
127127
if not exist "$(TargetDir)x86" md "$(TargetDir)x86"
128128
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"
130130
if not exist "$(TargetDir)amd64" md "$(TargetDir)amd64"
131131
xcopy /s /y "$(SolutionDir)packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\amd64\*.*" "$(TargetDir)amd64"
132132
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"
134134
</PostBuildEvent>
135135
</PropertyGroup>
136136
<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')" />

0 commit comments

Comments
 (0)