SQLServer.SMOExtended.2016 13.0.0

dotnet add package SQLServer.SMOExtended.2016 --version 13.0.0
NuGet\Install-Package SQLServer.SMOExtended.2016 -Version 13.0.0
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="SQLServer.SMOExtended.2016" Version="13.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SQLServer.SMOExtended.2016 --version 13.0.0
#r "nuget: SQLServer.SMOExtended.2016, 13.0.0"
#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.
// Install SQLServer.SMOExtended.2016 as a Cake Addin
#addin nuget:?package=SQLServer.SMOExtended.2016&version=13.0.0

// Install SQLServer.SMOExtended.2016 as a Cake Tool
#tool nuget:?package=SQLServer.SMOExtended.2016&version=13.0.0

Includes the followings DLLs:

Microsoft.SqlServer.ConnectionInfo.dll
Microsoft.SqlServer.Management.Sdk.Sfc.dll
Microsoft.SqlServer.Smo.dll
Microsoft.SqlServer.SmoExtended.dll

Dependency:
.Net Framework 4.0

Purpose:
This may not be fit for purpose for everyone, this has been tailored to my specific requirements upgrading a project from using SQL 2008 and DAC packages to DACFx and SQL 2016 all whilst maintaining .Net 4.0 compatability and not impacting the project code base.

I encourage you to check out SQLServer.SMO.2016 as it may be more applicable
It has many more DLLs and inspired the naming choice. I had to make my own as I only needed only a few and I needed, specifically, the extended SMO which it did not have.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
13.0.0 436 12/17/2021

Initial Release