Skip to content

Commit

Permalink
remove reference to oracle nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
tsahi committed Oct 17, 2020
1 parent 775f1c9 commit 274e56d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/Src/Data/Data.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
</ItemGroup>

<ItemGroup Condition="$(TargetFramework.StartsWith('netstandard')) OR $(TargetFramework.StartsWith('netcoreapp'))">
<PackageReference Include="Oracle.ManagedDataAccess.Core" Version="$(OracleManagedDataAccessCore)" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="$(SystemConfigurationConfigurationManagerVersion)" />
<PackageReference Include="System.Data.Odbc" Version="$(SystemDataOdbcVersion)" />
<PackageReference Include="System.Data.SqlClient" Version="$(SystemDataSqlClientVersion)" />
Expand Down

0 comments on commit 274e56d

Please sign in to comment.