-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove support for obsolete framework versions (#400)
* Remove support for obsolete framework versions - Removes support for .NET 4.5.2 and .NET Core 2.1. The oldest frameworks explicitly targeted are .NET 4.6.2 and .NET Core 3.1 - Enables testing against .NET 6.0 - Updates some dependencies (Application Insights, Newtonsoft JSON, and some system packages) Fixes issue #399 * Convert HealthReporterBuster project Adopt SDK style and migrate to .NET 4.7.1 * Use "dotnet build" instead of "msbuild" in scripts * Use Pegasus directly * Do not test .NET 5.0 anymore It will be out of support in early May 2022 * Increase timeout for one of the ETW tests * Update nuget.exe binary * Update Elasticsearch version * Update ApplicationInsights dependency
- Loading branch information
Showing
51 changed files
with
178 additions
and
1,102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
66 changes: 0 additions & 66 deletions
66
src/Microsoft.Diagnostics.EventFlow.Core/Implementations/PegasusCommon/CacheKey.cs
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.