You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that .NET Framework based applications would not resolve particular version on System.Data.SqlClient that is required by Dapper in Resonance.Outbox.Storage.SqlServer.
Needs:
reproduction in .NET Framework 4.7.x
enforcing dependency on System.Data.SqlClient for all platforms (now Dapper pulls it for netstandard2.0 only)
some kind of test for both .NET Framework 4.7.x and .NET Core 2.x/3.x?
The text was updated successfully, but these errors were encountered:
It seems that .NET Framework based applications would not resolve particular version on
System.Data.SqlClient
that is required byDapper
inResonance.Outbox.Storage.SqlServer
.Needs:
System.Data.SqlClient
for all platforms (nowDapper
pulls it fornetstandard2.0
only)The text was updated successfully, but these errors were encountered: