Open xtellurian opened 4 years ago
See this .csproj file in my netstandard branch
this builds using dotnet build
on Mac OS, and because it's netstandard, you can publish the result to NuGet and anybody can consume it.
@yeskarthik can you help with this?
This issue is for a: (mark with an
x
)Minimal steps to reproduce
Look in gen2-sample/csharp-tsi-gen2-sample/DataPlaneClient/DataPlaneClient.csproj
See TargetFrameworkVersion
Expected/desired behavior
Data Plain Client should target the minimum required netstandard version.
Mention any other details that might be useful
Please please please use netstandard. I'm forking this repo so that I can publish a Nuget package (even though we all want you folks to do it)(see https://github.com/Azure-Samples/Azure-Time-Series-Insights/issues/21)