antymon4o
antymon4o
Application Insights projects target frameworks net452 and net46 that are now not supported any more. List of currently supported framework versions can be seen at: https://dotnet.microsoft.com/en-us/learn/dotnet/what-is-dotnet-framework. Additionally, the project Microsoft.ApplicationInsights.AspNetCore...
Fix Issue #2811 . ## Changes - Target Microsoft.ApplicationInsights.AspNetCore to netcoreapp3.1 - Remove package references to deprecated nugets Microsoft.AspNetCore.* - For AspNetCore use framework reference to Microsoft.AspNetCore.App ### Checklist -...
…ported #2850 use frameworkreference for Microsoft.AspNetCore.App instead of icrosoft.AspNetCore.* nuget packages, because they are now deprecated and end of life. Fix Issue #2850. ## Changes Remove target frameworks net452;net46; and...
This PR fixes issue [references: strict either does not work, or does not work as expected](https://github.com/fsprojects/Paket/issues/2257#top) #2257 In Paket.Restore.targets based on ManagePackageVersionsCentrally property: - add condition on Package reference to...