diff --git a/Directory.Build.targets b/Directory.Build.targets index f6cd1b61d..9438671ed 100644 --- a/Directory.Build.targets +++ b/Directory.Build.targets @@ -4,8 +4,7 @@ - - + diff --git a/Documentation/Changelog.md b/Documentation/Changelog.md index f61ee169b..73bd7cd11 100644 --- a/Documentation/Changelog.md +++ b/Documentation/Changelog.md @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased ### Fixed +-Fix TypeLoadException when referencing Microsoft.Extensions.DependencyInjection v6.0.1 [#1390](https://github.com/coverlet-coverage/coverlet/issues/1390) -Source Link for code generators fails [#1322](https://github.com/coverlet-coverage/coverlet/issues/1322) -Await foreach has wrong branch coverage when method is generic [#1210](https://github.com/coverlet-coverage/coverlet/issues/1210) -ExcludeFromCodeCoverage attribute on local functions ignores lambda expression [#1302](https://github.com/coverlet-coverage/coverlet/issues/1302) diff --git a/src/coverlet.core/coverlet.core.csproj b/src/coverlet.core/coverlet.core.csproj index 7ef394311..abcb31194 100644 --- a/src/coverlet.core/coverlet.core.csproj +++ b/src/coverlet.core/coverlet.core.csproj @@ -14,7 +14,6 @@ -