We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aecd5b8 commit 758195bCopy full SHA for 758195b
src/SmartSql.Oracle/SmartSql.Oracle.csproj
@@ -1,4 +1,4 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
<TargetFramework>netstandard2.0</TargetFramework>
@@ -9,7 +9,7 @@
9
</ItemGroup>
10
11
<ItemGroup>
12
- <PackageReference Include="Oracle.ManagedDataAccess.Core" Version="2.19.140" />
+ <PackageReference Include="Oracle.ManagedDataAccess.Core" Version="2.19.180" />
13
14
15
</Project>
0 commit comments