Now Supporting .NET Core
Published on 23 July 2019
Good news for cross-platform developers! The Smartsheet C# SDK now supports .NET Standard (aka .NET Core) as well as .NET Framework. So now, whether you’re developing a robust implementation using heavy-duty tools or creating a lightweight IoT automation, Smartsheet has you covered.
Officially, the SDK supports C# version 4.0 or later and targets .NET Framework version 4.5.2 or later or .NET Standard 2.0 or later. In addition, we support any .NET language compatible with those platform versions.
As always, you can find the latest C# SDK for Smartsheet at Nuget.org.
Or Install-Package smartsheet-csharp-sdk
.
comment