mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
[PR #457] Search for .csproj and .fsproj in init and add commands #1187
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/ElectronNET/Electron.NET/pull/457
State: closed
Merged: Yes
Resolution to problem with init command for F# ASP.NET Core projects.
Update the projects searched for to include both
.csprojand.fsproj, and update the print statements to reflect both project types.Fixes #452