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
Becuase of this line, if any csproj inside a solution uses <TargetFrameworks> instead of <TargetFramework>, running nunit3-consolle on whole solution raises an exception:
This is fixed in the sense that you may now use TargetFrameworks rather than TargetFramework. However, only one runtime is actually supported. I did it this way because this fix is trivial and multiple runtime support will take more time. You can follow progress on multiple runtimes on issue #26
Becuase of this line, if any csproj inside a solution uses
<TargetFrameworks>
instead of<TargetFramework>
, running nunit3-consolle on whole solution raises an exception:I'm not sure if the project is maintained or not but I believe the fix is pretty easy and seeing it fixed would really help.
The text was updated successfully, but these errors were encountered: