Skip to content

Commit 16ed3fd

Browse files
committed
remove unused oracle ref
1 parent ed90d66 commit 16ed3fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dapper.Tests/Dapper.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@
5252
<PrivateAssets>all</PrivateAssets>
5353
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
5454
</PackageReference>
55-
<PackageReference Include="Oracle.ManagedDataAccess" Version="19.3.1" />
5655
</ItemGroup>
5756

5857
<ItemGroup Condition="'$(TargetFramework)' == 'net462' OR '$(TargetFramework)' == 'net472'">
5958
<ProjectReference Include="..\Dapper.EntityFramework\Dapper.EntityFramework.csproj" />
6059
<PackageReference Include="Microsoft.Data.Sqlite" Version="1.1.1" />
6160
<PackageReference Include="Microsoft.SqlServer.Types" Version="14.0.1016.290" />
61+
<!--<PackageReference Include="Oracle.ManagedDataAccess" Version="19.3.1" />-->
6262
<Reference Include="System.Configuration" />
6363
<Reference Include="System.Data" />
6464
<Reference Include="System.Data.Linq" />

0 commit comments

Comments
 (0)