CS0012: The type 'IDbColumnSchemaGenerator' is defined in an assembly that is not
referenced. You must add a reference to assembly 'System.Data.Common, Version=4.2.0.0'
adding the following fixed
<ItemGroup Condition="'$(TargetFramework)' == 'net48'">
<Reference Include="System.Data.Common" />
</ItemGroup>
just wondering if this is expected? and should it be in the release notes?
adding the following fixed
just wondering if this is expected? and should it be in the release notes?