microsoft / ApplicationInsights-dotnet-server

Microsoft Application Insights for .NET Web Applications
https://azure.microsoft.com/services/application-insights/
133 stars 67 forks source link

Add netstandard 2.0 target on WindowsServer and DependencyCollector #1212

Closed lmolkova closed 5 years ago

lmolkova commented 5 years ago

All .net core libs should target 2.0

lmolkova commented 5 years ago

netstandard 2.0 target does not require additional dependencies on

WindowsServer NETStandard.Library (>= 1.6.1) System.Runtime.Serialization.Json (>= 4.3.0) System.Runtime.Serialization.Primitives (>= 4.3.0)

DependecnyCollector: NETStandard.Library (>= 1.6.1) System.Data.SqlClient (>= 4.3.1) System.Diagnostics.StackTrace (>= 4.3.0)

cijothomas commented 5 years ago

Thanks for opening this. We can try to do this in next release.