Skip to content

Commit

Permalink
fix references
Browse files Browse the repository at this point in the history
dotConnect.Express.for.PostgreSQL appears to be an old devart package and doesn not support anything past net48.
  • Loading branch information
majorsilence committed May 4, 2024
1 parent b3dcd26 commit 88a9b79
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions RdlDesign/ReportDesigner.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
<Reference Update="System.Drawing">
<Name>System.Drawing</Name>
</Reference>
<Reference Include="System.Runtime.Remoting" />
<Reference Update="System.Xml">
<Name>System.XML</Name>
</Reference>
Expand Down Expand Up @@ -204,15 +203,15 @@
<ProjectReference Include="..\RdlEngine\RdlEngine.csproj" />
<ProjectReference Include="..\RdlViewer\RdlViewer.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="dotConnect.Express.for.PostgreSQL" />
<ItemGroup>
<PackageReference Include="Microsoft.Data.Edm" />
<PackageReference Include="Microsoft.Data.OData" />
<PackageReference Include="Microsoft.Data.Sqlite" />
<PackageReference Include="Newtonsoft.Json" />
<PackageReference Include="System.Spatial" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net48' ">
<PackageReference Include="dotConnect.Express.for.PostgreSQL" />
<PackageReference Include="jacobslusser.ScintillaNET" />
<PackageReference Include="Microsoft.Data.Services.Client" />
</ItemGroup>
Expand Down

0 comments on commit 88a9b79

Please sign in to comment.