Eli Arbel
Results
123
comments of
Eli Arbel
Even without supporting D.B.props this should not be a NRE. The CLI can suggest specifying the framework version using a parameter.
Here's a way you can get the computed target framework: `dotnet build -getproperty:TargetFramework`
@blusteryDay you're welcome to submit a fix PR