You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expect that dropping support for NET 4.5 would be controversial.
As a compromise, I think we could target both 4.5 and 4.5.2 until we're ready to retire 4.5 completely.
TODO:
Add Net452 to all projects targeting net45x
Remove Net45 and Net451
Audit Builds and confirm that tests are being discovered.
The text was updated successfully, but these errors were encountered:
@TimothyMothra , i can start adding .net452 where we have .net45, so, when we decide to drop .net45 people that uses at least net452 won't be affected. what do you think?
We should have a serious discussion about migrating our projects off of .NET 4.5 and onto .NET 4.5.2 instead.
ApplicationInsights-dotnet/src/Microsoft.ApplicationInsights/Microsoft.ApplicationInsights.csproj
Line 6 in 9405f13
I expect that dropping support for NET 4.5 would be controversial.
As a compromise, I think we could target both 4.5 and 4.5.2 until we're ready to retire 4.5 completely.
TODO:
The text was updated successfully, but these errors were encountered: