You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in a C# project targeting a single TFM with "TargetFramework",
add a second TFM (without changing the TargetFramework element to TargetFrameworks)
receive the error message below that is not clear, or even pointing to the proper source file that contains the issue
Determining projects to restore...
C:\Program Files\dotnet\sdk\9.0.101\NuGet.targets(170,5): error : Sequence contains no matching element [D:\source\MySolution.sln]
Extension version: 2.55.29
VS Code version: Code 1.95.3 (f1a4fb101478ce6ec82fe9627c43efbf9e98c813, 2024-11-13T14:50:04.152Z)
OS version: Windows_NT x64 10.0.22631
Modes:
The text was updated successfully, but these errors were encountered:
or better yet, either deprecate the TargetFramework (singular) property and push everyone to use TargetFrameworks, or add support for multiple TFMs in the TargetFramework property and deprecate TargetFrameworks (plural)
Type: Feature Request
Extension version: 2.55.29
VS Code version: Code 1.95.3 (f1a4fb101478ce6ec82fe9627c43efbf9e98c813, 2024-11-13T14:50:04.152Z)
OS version: Windows_NT x64 10.0.22631
Modes:
The text was updated successfully, but these errors were encountered: