Skip to content

Commit

Permalink
For net8.0 builds, allow Md2Html.exe to run on net8 runtime versionn …
Browse files Browse the repository at this point in the history
…8.0.0-rc.2.23479.6 or later.
  • Loading branch information
sm6srw committed Dec 5, 2023
1 parent 3ffbb38 commit 8ffbffe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Tools/Md2Html/Md2Html.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<OutputPath>bin\$(Platform)\$(Configuration)\</OutputPath>
<PublishSingleFile>true</PublishSingleFile>
<SelfContained>false</SelfContained>
<RuntimeFrameworkVersion Condition=" $(DotNet.Contains('net8.0')) ">8.0.0-rc.2.23479.6</RuntimeFrameworkVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CommandLineParser">
Expand Down

0 comments on commit 8ffbffe

Please sign in to comment.