Skip to content

Commit 37feee0

Browse files
committed
Downgrade Oracle.ManagedDataAccess
1 parent 5578a34 commit 37feee0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/NHibernate.TestDatabaseSetup/NHibernate.TestDatabaseSetup.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<Private>True</Private>
7575
</Reference>
7676
<Reference Include="Oracle.ManagedDataAccess, Version=4.121.2.0, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=MSIL">
77-
<HintPath>..\packages\Oracle.ManagedDataAccess.12.1.24160419\lib\net40\Oracle.ManagedDataAccess.dll</HintPath>
77+
<HintPath>..\packages\Oracle.ManagedDataAccess.12.1.2400\lib\net40\Oracle.ManagedDataAccess.dll</HintPath>
7878
<Private>True</Private>
7979
</Reference>
8080
<Reference Include="System" />
@@ -113,11 +113,11 @@
113113
<PostBuildEvent>
114114
if not exist "$(TargetDir)x86" md "$(TargetDir)x86"
115115
xcopy /s /y "$(SolutionDir)packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\x86\*.*" "$(TargetDir)x86"
116-
xcopy /s /y "$(SolutionDir)packages\Oracle.ManagedDataAccess.12.1.24160419\bin\x86\*.*" "$(TargetDir)x86"
116+
xcopy /s /y "$(SolutionDir)packages\Oracle.ManagedDataAccess.12.1.2400\bin\x86\*.*" "$(TargetDir)x86"
117117
if not exist "$(TargetDir)amd64" md "$(TargetDir)amd64"
118118
xcopy /s /y "$(SolutionDir)packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\amd64\*.*" "$(TargetDir)amd64"
119119
if not exist "$(TargetDir)x64" md "$(TargetDir)x64"
120-
xcopy /s /y "$(SolutionDir)packages\Oracle.ManagedDataAccess.12.1.24160419\bin\x64\*.*" "$(TargetDir)x64"
120+
xcopy /s /y "$(SolutionDir)packages\Oracle.ManagedDataAccess.12.1.2400\bin\x64\*.*" "$(TargetDir)x64"
121121
</PostBuildEvent>
122122
</PropertyGroup>
123123
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

src/NHibernate.TestDatabaseSetup/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
<package id="Microsoft.SqlServer.Compact" version="4.0.8876.1" targetFramework="net40" />
55
<package id="Npgsql" version="2.2.7" targetFramework="net40" />
66
<package id="NUnit" version="2.6.4" targetFramework="net40" />
7-
<package id="Oracle.ManagedDataAccess" version="12.1.24160419" targetFramework="net40" />
7+
<package id="Oracle.ManagedDataAccess" version="12.1.2400" targetFramework="net40" />
88
</packages>

0 commit comments

Comments
 (0)