We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90bdcb5 commit 3435c86Copy full SHA for 3435c86
1 file changed
src/NuGet.Core/NuGet.CommandLine.XPlat/Utility/MSBuildAPIUtility.cs
@@ -1045,7 +1045,8 @@ private static ProjectRootElement TryOpenProjectRootElement(string filename)
1045
// TODO: Don't hardcode TFM.
1046
return VirtualProjectBuilder.CreateProjectRootElement(
1047
filePath: filename,
1048
- targetFrameworkVersion: "10.0");
+ targetFrameworkVersion: "10.0",
1049
+ ProjectCollection.GlobalProjectCollection);
1050
}
1051
1052
try
0 commit comments