-
Notifications
You must be signed in to change notification settings - Fork 258
TargetFrameworkVersion of Microsoft.Azure.Devices.Gateway package #203
Comments
Hi Yusuke,
I don't know if we can go too low because of the version of the SDK.
But my suggestion would be for you to try it out, change on the project and test it out.
Let us know if it works and we can check on our side or you can submit a PR as well.
Thanks!
Angelo Ribeiro
…Sent from my phone
On Apr 11, 2017, at 12:16 AM, Yusuke Fujiwara ***@***.***> wrote:
Hi team,
I'm using gwsdk .NET Core binding in part of my solution which is built as netstandard1.4 based class libraries to enable unit testing on .NET Framework toolset.
However I cannot use the binding as is because the Microsoft.Azure.Devices.Gateway's target framework version is currently netstandard1.6 nevertheless it does not depend on any features require netstandard 1.6.
I cannot imagine other scenarios to justify change the .NET Standard version, but I think it is better to specify lower version if possible. Is it possible to change target framework lower such as netstandard1.1?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Hi @aribeironovaes, thank you for quick response. But I don't understand well about meaning of your "the version of the SDK". If it means I'm also not sure that you have plan to add APIs which only exist in |
We'll change our |
Thank you! |
Fixed in the latest release. |
Hi team,
I'm using gwsdk .NET Core binding in part of my solution which is built as
netstandard1.4
based class libraries to enable unit testing on .NET Framework toolset.However I cannot use the binding as is because the
Microsoft.Azure.Devices.Gateway
's target framework version is currentlynetstandard1.6
nevertheless it does not depend on any features requirenetstandard 1.6
.I cannot imagine other scenarios to justify change the .NET Standard version, but I think it is better to specify lower version if possible. Is it possible to change target framework lower such as
netstandard1.1
?The text was updated successfully, but these errors were encountered: