We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1cc7b3 commit 1dfcfa7Copy full SHA for 1dfcfa7
setup/Microsoft.Web.LibraryManager.vsmanproj
@@ -3,6 +3,9 @@
3
<Import Project="..\build\MicroBuild.Plugins.props" />
4
5
<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
+
9
<TargetType>build-manifest</TargetType>
10
<FinalizeManifest>true</FinalizeManifest>
11
<FinalizeSkipLayout>true</FinalizeSkipLayout>
0 commit comments