When i use VS2019, i created a prism wpf project, but target framework is null and i can't build project.
Hello @topfunet,
Please consider updating your submission to include more detailed information about the issue you're experiencing. In order to assist the prism project leads we've been provided the following template / guidelines for us to utilize when creating new issues for them to review. :)
Having the same issue, the info requested.
Description
When creating a new Prism Blank App (WPF) in Visual Studio 2019 the Target Framework cannot be determined by the compiler and building the project fails
Steps to Reproduce
Expected Behavior
Project should compile
Actual Behavior
Project fails to compile
Basic Information
Version with issue:
Latest in Prism Template
Last known good version:
N/A
Xamarin.Forms version:
IDE:
Visual Studio 2019 Final Release (tested with Community)
Screenshots

Reproduction Link
Something changed in how the versions are read from the template parameters.
The work around is to unload the project, edit the project file, and add a "v" in front of the TargetFrameworkVersion so that it look like:
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
This has been fixed and will be available on the marketplace shortly
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
Having the same issue, the info requested.
Description
When creating a new Prism Blank App (WPF) in Visual Studio 2019 the Target Framework cannot be determined by the compiler and building the project fails
Steps to Reproduce
Expected Behavior
Project should compile
Actual Behavior
Project fails to compile
Basic Information
Version with issue:
Latest in Prism Template
Last known good version:
N/A
Xamarin.Forms version:
IDE:
Visual Studio 2019 Final Release (tested with Community)
Screenshots

Reproduction Link