Skip to content

Commit

Permalink
Merge pull request #457 from baynezy/feature/issue-456-bye-bye-seven
Browse files Browse the repository at this point in the history
Remove .net 7 support
  • Loading branch information
baynezy authored Aug 15, 2024
2 parents 3947eea + 4cbd87a commit fecab5d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Reverted doxygen publishing action back to original as they have taken
[my contribution](https://github.com/DenverCoder1/doxygen-github-pages-action/pull/30) and
[implemented it](https://github.com/DenverCoder1/doxygen-github-pages-action/releases/tag/v2.0.0) in the main repo.
- Dropped support for .Net 7

## [6.2.5.7] - 2024-08-07

Expand Down
2 changes: 1 addition & 1 deletion src/Html2Markdown/Html2Markdown.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net7.0;net8.0</TargetFrameworks>
<TargetFramework>net8.0</TargetFramework>
<Authors>Simon Baynes</Authors>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/baynezy/Html2Markdown</PackageProjectUrl>
Expand Down
2 changes: 1 addition & 1 deletion test/Html2Markdown.Test/Html2Markdown.Test.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net7.0;net8.0</TargetFrameworks>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit fecab5d

Please sign in to comment.