Smartling / api-sdk-net

.Net SDK for integrating with the Smartling API. The Smartling API allows developers to upload language specific resource files and download the translations of those files for easy integration within their application. http://docs.smartling.com
Apache License 2.0
1 stars 6 forks source link

Add support for dotnetcore #8

Closed zxxc closed 6 years ago

zxxc commented 6 years ago

Hi, we want to use this package in dotnet core project So, please make it compatible

warning NU1701: Package 'Smartling.Api 2.2.7' was restored using '.NETFramework,Version=v4.6.1' instead of the project target framework '.NETCoreApp,Version=v2.0'. This package may not be fully compatible with your project.

dotnetrocks commented 6 years ago

@dimitrystd Done. Project recreated with multi-targeting (.net 4.5 and .netstandard2.0).