Skip to content

Commit

Permalink
Remove .net 7 support
Browse files Browse the repository at this point in the history
Closes #456
  • Loading branch information
baynezy committed Aug 15, 2024
1 parent 3947eea commit b4eaee6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 b4eaee6

Please sign in to comment.