Remove unsupported frameworks from CI checks (#2147)
This commit is contained in:
parent
689a95da25
commit
19f97e0513
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue