Skip to content

Commit

Permalink
upgrades project to <TargetFrameworks>net8.0-windows;net8.0;net48</Ta…
Browse files Browse the repository at this point in the history
…rgetFrameworks>
  • Loading branch information
xieguigang committed Oct 13, 2024
1 parent 72556ad commit 5ee3d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CLI_tools/rundll32/rundll32.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<RootNamespace>rundll32</RootNamespace>
<TargetFrameworks>net6.0;net6.0-windows;net48</TargetFrameworks>
<TargetFrameworks>net8.0-windows;net8.0;net48</TargetFrameworks>
<AssemblyName>rundll32</AssemblyName>
<AutoGenerateBindingRedirects>True</AutoGenerateBindingRedirects>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
Expand Down

0 comments on commit 5ee3d97

Please sign in to comment.