Skip to content

Commit 9463fbd

Browse files
Fix "SHFB(0,0): error BE0071: Unable to locate information for the project framework version '.NET Framework 4.5' or a suitable redirected version on this system. See error number help topic for details." (note: generates a new warning with auto-upgrade to net5.0, this is intentional)
1 parent d986953 commit 9463fbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/ICSharpCode.AvalonEdit.Documentation.shfbproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<RootNamespace>Documentation</RootNamespace>
1414
<Name>Documentation</Name>
1515
<!-- SHFB properties -->
16-
<FrameworkVersion>.NET Framework 4.5</FrameworkVersion>
16+
<FrameworkVersion>.NET Framework 4.7.2</FrameworkVersion>
1717
<OutputPath>.\Help\</OutputPath>
1818
<HtmlHelpName>AvalonEdit Documentation</HtmlHelpName>
1919
<Language>en-US</Language>

0 commit comments

Comments
 (0)