Skip to content

SQL libraries may need to be added manually to the project #10

@dollhaus

Description

@dollhaus

During the adaptation process, when separating the packages into the appropriate framework target ItemGroups, it may be necessary to also add the following into the first, framework-agnostic ItemGroup:

<PackageReference Include="System.Data.SqlClient" Version="4.9.0" />

where Version is replaced with the appropriate version available from NuGet.

Attempting to use the Microsoft.Data.SqlClient package may result in namespace inconsistencies, depending on scenario.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions