System.Data.Odbc

Created Diff never expires
14 removals
Lines
Total
Removed
Words
Total
Removed
To continue using this feature, upgrade to
Diffchecker logo
Diffchecker Pro
39 lines
11 additions
Lines
Total
Added
Words
Total
Added
To continue using this feature, upgrade to
Diffchecker logo
Diffchecker Pro
37 lines
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/01/nuspec.xsd">
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata minClientVersion="2.12">
<metadata>
<id>System.Data.Odbc</id>
<id>System.Data.Odbc</id>
<version>6.0.0-preview.6.21352.12</version>
<version>6.0.0-dev</version>
<title>System.Data.Odbc</title>
<authors>Microsoft</authors>
<authors>Microsoft</authors>
<owners>microsoft,dotnetframework</owners>
<owners></owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">MIT</license>
<license type="expression">MIT</license>
<icon>Icon.png</icon>
<icon>Icon.png</icon>
<projectUrl>https://dot.net/</projectUrl>
<projectUrl>https://dot.net/</projectUrl>
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
<description>Provides a collection of classes used to access an ODBC data source in the managed space
<description>Provides a collection of classes used to access an ODBC data source in the managed space


Commonly Used Types:
Commonly Used Types:
System.Data.Odbc.OdbcCommand
System.Data.Odbc.OdbcCommand
System.Data.Odbc.OdbcConnection
System.Data.Odbc.OdbcConnection
System.Data.Odbc.OdbcDataReader
System.Data.Odbc.OdbcDataReader
System.Data.Odbc.OdbcDataAdapter
System.Data.Odbc.OdbcDataAdapter
System.Data.Odbc.OdbcParameter
System.Data.Odbc.OdbcParameter
System.Data.Odbc.OdbcParameterCollection
System.Data.Odbc.OdbcParameterCollection
System.Data.Odbc.OdbcTransaction</description>
System.Data.Odbc.OdbcTransaction</description>
<releaseNotes>https://go.microsoft.com/fwlink/?LinkID=799421</releaseNotes>
<releaseNotes>https://go.microsoft.com/fwlink/?LinkID=799421</releaseNotes>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<serviceable>true</serviceable>
<serviceable>true</serviceable>
<repository type="git" url="https://github.com/dotnet/runtime" commit="770d630b283ec1be4a8ed41ac78e13ec1fd957b1" />
<repository type="git" url="https://github.com/dotnet/runtime" commit="0000000000000000000000000000000000000000" />
<dependencies>
<dependencies>
<group targetFramework=".NETFramework4.6.1" />
<group targetFramework=".NETFramework4.6.1" />
<group targetFramework="net6.0" />
<group targetFramework=".NETCoreApp3.1">
<group targetFramework=".NETCoreApp3.1" />
<dependency id="System.Text.Encoding.CodePages" version="6.0.0-dev" exclude="Build,Analyzers" />
</group>
<group targetFramework="net6.0">
<dependency id="System.Text.Encoding.CodePages" version="6.0.0-dev" exclude="Build,Analyzers" />
</group>
<group targetFramework=".NETStandard2.0" />
<group targetFramework=".NETStandard2.0" />
</dependencies>
</dependencies>
<frameworkAssemblies>
<frameworkAssembly assemblyName="mscorlib" targetFramework=".NETFramework4.6.1" />
<frameworkAssembly assemblyName="System.Data" targetFramework=".NETFramework4.6.1" />
</frameworkAssemblies>
</metadata>
</metadata>
</package>
</package>