Remove unsupported frameworks from CI checks (#2147)

This commit is contained in:
Cijo Thomas 2021-07-16 14:35:17 -07:00 committed by GitHub
parent 689a95da25
commit 19f97e0513
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
version: [net452,net46,net461,netcoreapp2.1,netcoreapp3.1,net5.0]
version: [net461,netcoreapp2.1,netcoreapp3.1,net5.0]
steps:
- uses: actions/checkout@v2

View File

@ -10,7 +10,7 @@ please check the latest changes
## Unreleased
* Removes .NET Framework 4.5.2 support. The minimum .NET Framework version
supported is .NET 4.6.1. [2138](https://github.com/open-telemetry/opentelemetry-dotnet/issues/2138)
supported is .NET 4.6.1. ([2138](https://github.com/open-telemetry/opentelemetry-dotnet/issues/2138))
## 1.1.0