Skip to content

Commit 1dfcfa7

Browse files
authored
Fix TargetFrameworkVersion in the vsmanproj for VS2022 (#677)
1 parent c1cc7b3 commit 1dfcfa7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup/Microsoft.Web.LibraryManager.vsmanproj

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
<Import Project="..\build\MicroBuild.Plugins.props" />
44

55
<PropertyGroup>
6+
<!-- Needed to avoid build errors on VS2022, which doesn't support 4.0 (the default if TFV isn't specified) -->
7+
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
8+
69
<TargetType>build-manifest</TargetType>
710
<FinalizeManifest>true</FinalizeManifest>
811
<FinalizeSkipLayout>true</FinalizeSkipLayout>

0 commit comments

Comments
 (0)