Microsoft.SqlServer.Types 160.1000.6

Prefix Reserved
dotnet add package Microsoft.SqlServer.Types --version 160.1000.6
                    
NuGet\Install-Package Microsoft.SqlServer.Types -Version 160.1000.6
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.SqlServer.Types" Version="160.1000.6" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.SqlServer.Types" Version="160.1000.6" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.SqlServer.Types" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.SqlServer.Types --version 160.1000.6
                    
#r "nuget: Microsoft.SqlServer.Types, 160.1000.6"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Microsoft.SqlServer.Types&version=160.1000.6
                    
Install Microsoft.SqlServer.Types as a Cake Addin
#tool nuget:?package=Microsoft.SqlServer.Types&version=160.1000.6
                    
Install Microsoft.SqlServer.Types as a Cake Tool

The package contains the components implementing the geometry, geography, and hierarchy ID types in SQL Server.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (106)

Showing the top 5 NuGet packages that depend on Microsoft.SqlServer.Types:

Package Downloads
Microsoft.SqlServer.DacFx

The Microsoft SQL Server Data-Tier Application Framework (DacFx) is a component which provides application lifecycle services for database development and management for Microsoft SQL Server and Microsoft Azure SQL Databases. DacFx supports various database deployment and management scenarios for SQL Server and Microsoft Azure SQL Databases including extracting / exporting a live database to a DAC package, deploying a DAC package to a new or existing database, and migrating from on-premises to Microsoft Azure. This functionality is exposed via the DacFx API. DacFx can target SQL Server 2008 and newer, as well as Microsoft Azure SQL. This nuget package is a lightweight version of DacFx. If you would like to use the command-line utility SqlPackage.exe for creating and deploying .dacpac and .bacpac packages, please download SqlPackage.exe for Windows, macOS, or Linux from http://aka.ms/sqlpackage.

Microsoft.EntityFrameworkCore.SqlServer.Abstractions

Provides abstractions that are used by models in conjunction with the SQL Server EF Core provider Commonly Used Types: Microsoft.EntityFrameworkCore.HierarchyId

Microsoft.EntityFrameworkCore.SqlServer.HierarchyId

Adds hierarchyid support to the SQL Server EF Core provider

Microsoft.ReportingServices.ReportViewerControl.WebForms

Microsoft Report Viewer Control for ASP.Net Web Forms applications. Contains the assemblies required to use the ASP.Net Web Forms Report Viewer Control.

Microsoft.ReportingServices.ReportViewerControl.Winforms

Microsoft Report Viewer Control for .Net Windows Forms applications. Contains the assemblies required to use the Windows Forms Report Viewer Control.

GitHub repositories (26)

Showing the top 20 popular GitHub repositories that depend on Microsoft.SqlServer.Types:

Repository Stars
DapperLib/Dapper
Dapper - a simple object mapper for .Net
dotnet/efcore
EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
ServiceStack/ServiceStack
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
laochiangx/Common.Utility
Various helper class
linq2db/linq2db
Linq to database provider.
mikependon/RepoDB
A hybrid ORM library for .NET.
ServiceStack/ServiceStack.OrmLite
Fast, Simple, Typed ORM for .NET
dotnet/ef6
This is the codebase for Entity Framework 6 (previously maintained at https://entityframework.codeplex.com). Entity Framework Core is maintained at https://github.com/dotnet/efcore.
dotnet/SqlClient
Microsoft.Data.SqlClient provides database connectivity to SQL Server for .NET applications.
jonwagner/Insight.Database
Fast, lightweight .NET micro-ORM
VahidN/EFCoreSecondLevelCacheInterceptor
EF Core Second Level Cache Interceptor
SharpMap/SharpMap
An easy-to-use mapping library for use in web and desktop applications
sjh37/EntityFramework-Reverse-POCO-Code-First-Generator
EntityFramework Reverse POCO Code First Generator - Beautifully generated code that is fully customisable. This generator creates code as if you reverse engineered a database and lovingly created the code by hand. It is free to academics (you need a .edu or a .ac email address), not free for commercial use. Obtain your licence from
SparkDevNetwork/Rock
An open source CMS, Relationship Management System (RMS) and Church Management System (ChMS) all rolled into one.
dotnet/dotnet
Home of .NET's Virtual Monolithic Repository which includes all the code needed to build the .NET SDK.
microsoft/DacFx
DacFx, SqlPackage, and other SQL development libraries enable declarative database development and database portability across SQL versions and environments. Share feedback here on dacpacs, bacpacs, and SQL projects.
microsoft/SqlNexus
SQL Nexus is a tool that helps you identify the root cause of SQL Server performance issues. It loads and analyzes performance data collected by SQL LogScout, SQLDiag or PSSDiag. It can dramatically reduce the amount of time you spend manually analyzing data.
sethreno/schemazen
Script and create SQL Server objects quickly
microsoft/Bing-Maps-Fleet-Tracker
The Bing Maps Fleet Tracker is a tracking solution for small to medium sized teams. Easily track vehicles and mobile devices. Previously known as "Project Hurghada".
signumsoftware/framework
Open Source framework for writing data-centric applications using the latest versions of .Net Core, C# (not-nullable), ASP.NET Web API, Typescript (strict), React, D3 and Sql Server or PostgreeSQL
Version Downloads Last updated
160.1000.6 15,394,920 11/21/2022
160.900.6-rc0 603,854 8/26/2022
160.600.9-ctp2p0 14,766 5/24/2022
14.0.1016.290 9,639,591 9/27/2018
14.0.314.76 8,683,680 2/24/2017
13.0.4001 157,823 2/23/2017
13.0.1601.5 25,044 2/23/2017
12.0.5000 501,123 2/23/2017
12.0.4100.1 128,453 2/23/2017
11.0.2 2,905,809 12/16/2014
11.0.1 939,875 2/20/2014
11.0.0 1,191,169 12/9/2013
10.50.1600.1 1,777,357 2/18/2011