Skip to content

Commit

Permalink
replace System.Data.SqlServerCe.dll reference with Microsoft.SqlServe…
Browse files Browse the repository at this point in the history
…r.Compact NuGet package

#39
  • Loading branch information
tsahi committed Dec 25, 2020
1 parent 980560d commit 27baef3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions BVT/Data.BVT/Data.BVT.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0" />
<PackageReference Include="Microsoft.SqlServer.Compact" Version="4.0.8876.1" />
<PackageReference Include="MSTest.TestAdapter" Version="1.4.0" />
<PackageReference Include="MSTest.TestFramework" Version="1.4.0" />
</ItemGroup>
Expand All @@ -35,10 +36,6 @@
<ProjectReference Include="..\..\source\Src\SqlCe\Data.SqlCe.csproj" />

<Reference Include="System.Configuration" />

<Reference Include="System.Data.SqlServerCe">
<HintPath>..\..\lib\System.Data.SqlServerCe.dll</HintPath>
</Reference>
<Reference Include="System.Management" />
<Reference Include="System.Management.Instrumentation" />
<Reference Include="System.Messaging" />
Expand Down

0 comments on commit 27baef3

Please sign in to comment.