Skip to content

Commit

Permalink
Remove unsupported frameworks from CI checks (#2147)
Browse files Browse the repository at this point in the history
  • Loading branch information
cijothomas authored Jul 16, 2021
1 parent 689a95d commit 19f97e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/windows-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/OpenTelemetry.Exporter.Console/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 19f97e0

Please sign in to comment.