<PackageReference Include="Microsoft.Data.SqlClient" Version="7.0.1" />

Microsoft.Data.SqlClient 7.0.1

The current data provider for SQL Server and Azure SQL databases. This has replaced System.Data.SqlClient. These classes provide access to SQL and encapsulate database-specific protocols, including tabular data stream (TDS). Commonly Used Types: Microsoft.Data.SqlClient.SqlConnection Microsoft.Data.SqlClient.SqlException Microsoft.Data.SqlClient.SqlParameter Microsoft.Data.SqlClient.SqlDataReader Microsoft.Data.SqlClient.SqlCommand Microsoft.Data.SqlClient.SqlTransaction Microsoft.Data.SqlClient.SqlParameterCollection Microsoft.Data.SqlClient.SqlClientFactory When using NuGet 3.x this package requires at least version 3.4.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata minClientVersion="2.12">
    <id>Microsoft.Data.SqlClient</id>
    <version>7.0.1</version>
    <title>Microsoft.Data.SqlClient</title>
    <authors>Microsoft</authors>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <icon>dotnet.png</icon>
    <readme>README.md</readme>
    <projectUrl>https://aka.ms/sqlclientproject</projectUrl>
    <description>The current data provider for SQL Server and Azure SQL databases. This has replaced System.Data.SqlClient. These classes provide access to SQL and encapsulate database-specific protocols, including tabular data stream (TDS).

      Commonly Used Types:
      Microsoft.Data.SqlClient.SqlConnection
      Microsoft.Data.SqlClient.SqlException
      Microsoft.Data.SqlClient.SqlParameter
      Microsoft.Data.SqlClient.SqlDataReader
      Microsoft.Data.SqlClient.SqlCommand
      Microsoft.Data.SqlClient.SqlTransaction
      Microsoft.Data.SqlClient.SqlParameterCollection
      Microsoft.Data.SqlClient.SqlClientFactory

      When using NuGet 3.x this package requires at least version 3.4.</description>
    <releaseNotes>https://go.microsoft.com/fwlink/?linkid=2090501</releaseNotes>
    <copyright>© Microsoft Corporation. All rights reserved.</copyright>
    <tags>sqlclient microsoft.data.sqlclient</tags>
    <repository type="git" url="https://github.com/dotnet/sqlclient" commit="1b18a276671cd9b4d2c0a7cf0bab6c4aaf6472c9" />
    <dependencies>
      <group targetFramework=".NETFramework4.6.2">
        <dependency id="Microsoft.Bcl.Cryptography" version="8.0.0" />
        <dependency id="Microsoft.Data.SqlClient.Extensions.Abstractions" version="1.0.0" />
        <dependency id="Microsoft.Data.SqlClient.Internal.Logging" version="1.0.0" />
        <dependency id="Microsoft.Data.SqlClient.SNI" version="6.0.2" />
        <dependency id="Microsoft.Extensions.Caching.Memory" version="8.0.1" exclude="Compile" />
        <dependency id="Microsoft.IdentityModel.JsonWebTokens" version="8.16.0" />
        <dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="8.16.0" />
        <dependency id="System.Buffers" version="4.6.1" />
        <dependency id="System.Data.Common" version="4.3.0" />
        <dependency id="System.Diagnostics.DiagnosticSource" version="10.0.3" />
        <dependency id="System.Memory" version="4.6.3" />
        <dependency id="System.Runtime.InteropServices.RuntimeInformation" version="4.3.0" />
        <dependency id="System.Security.Cryptography.Pkcs" version="8.0.1" />
        <dependency id="System.Text.Json" version="10.0.3" />
        <dependency id="System.Threading.Channels" version="10.0.3" />
        <dependency id="System.ValueTuple" version="4.6.2" />
      </group>
      <group targetFramework="net8.0">
        <dependency id="Microsoft.Bcl.Cryptography" version="8.0.0" />
        <dependency id="Microsoft.Data.SqlClient.Extensions.Abstractions" version="1.0.0" />
        <dependency id="Microsoft.Data.SqlClient.Internal.Logging" version="1.0.0" />
        <dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="6.0.2" exclude="Compile" />
        <dependency id="Microsoft.Extensions.Caching.Memory" version="8.0.1" exclude="Compile" />
        <dependency id="Microsoft.IdentityModel.JsonWebTokens" version="8.16.0" />
        <dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="8.16.0" />
        <dependency id="Microsoft.SqlServer.Server" version="1.0.0" />
        <dependency id="System.Configuration.ConfigurationManager" version="8.0.1" exclude="Compile" />
        <dependency id="System.Security.Cryptography.Pkcs" version="8.0.1" />
      </group>
      <group targetFramework="net9.0">
        <dependency id="Microsoft.Bcl.Cryptography" version="9.0.13" />
        <dependency id="Microsoft.Data.SqlClient.Extensions.Abstractions" version="1.0.0" />
        <dependency id="Microsoft.Data.SqlClient.Internal.Logging" version="1.0.0" />
        <dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="6.0.2" exclude="Compile" />
        <dependency id="Microsoft.Extensions.Caching.Memory" version="9.0.13" exclude="Compile" />
        <dependency id="Microsoft.IdentityModel.JsonWebTokens" version="8.16.0" />
        <dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="8.16.0" />
        <dependency id="Microsoft.SqlServer.Server" version="1.0.0" />
        <dependency id="System.Configuration.ConfigurationManager" version="9.0.13" exclude="Compile" />
        <dependency id="System.Security.Cryptography.Pkcs" version="9.0.13" />
      </group>
      <group targetFramework=".NETStandard2.0">
        <dependency id="Microsoft.Bcl.Cryptography" version="8.0.0" />
        <dependency id="Microsoft.Data.SqlClient.Extensions.Abstractions" version="1.0.0" />
        <dependency id="Microsoft.Data.SqlClient.Internal.Logging" version="1.0.0" />
        <dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="6.0.2" exclude="Compile" />
        <dependency id="Microsoft.Extensions.Caching.Memory" version="8.0.1" exclude="Compile" />
        <dependency id="Microsoft.IdentityModel.JsonWebTokens" version="8.16.0" />
        <dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="8.16.0" />
        <dependency id="Microsoft.SqlServer.Server" version="1.0.0" />
        <dependency id="System.Configuration.ConfigurationManager" version="8.0.1" exclude="Compile" />
        <dependency id="System.Security.Cryptography.Pkcs" version="8.0.1" />
        <dependency id="System.Text.Json" version="10.0.3" />
        <dependency id="System.Threading.Channels" version="10.0.3" />
      </group>
    </dependencies>
    <references>
      <group targetFramework=".NETFramework4.6.2">
        <reference file="Microsoft.Data.SqlClient.dll" />
        <reference file="Microsoft.Data.SqlClient.xml" />
      </group>
      <group targetFramework="net8.0">
        <reference file="Microsoft.Data.SqlClient.dll" />
        <reference file="Microsoft.Data.SqlClient.xml" />
      </group>
      <group targetFramework="net9.0">
        <reference file="Microsoft.Data.SqlClient.dll" />
        <reference file="Microsoft.Data.SqlClient.xml" />
      </group>
      <group targetFramework=".NETStandard2.0">
        <reference file="Microsoft.Data.SqlClient.dll" />
        <reference file="Microsoft.Data.SqlClient.xml" />
      </group>
    </references>
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="mscorlib" targetFramework=".NETFramework4.6.2" />
      <frameworkAssembly assemblyName="System.Data" targetFramework=".NETFramework4.6.2" />
    </frameworkAssemblies>
  </metadata>
</package>