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

ApplicationIntent

public enum ApplicationIntent
represents the application workload type when connecting to a server
namespace System.Data.SqlClient { [Obsolete("Use the Microsoft.Data.SqlClient package instead.")] public enum ApplicationIntent { ReadWrite, ReadOnly } }