Hubert-Rybak / dotnet-warp

.NET Core global tool for producing single executable using Warp
MIT License
249 stars 23 forks source link

Add support for vbproj #37

Closed elachlan closed 4 years ago

elachlan commented 5 years ago

Visual Basic is now supported in .Net Core 3. The tool should probably support it.

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Hubert-Rybak commented 5 years ago

It should be easy, just need to add vbroj here: https://github.com/Hubert-Rybak/dotnet-warp/blob/af7e332c11f46bf68f98d0467f26709473779817/src/dotnet-warp/Program.cs#L56 Mind adding a PR?

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.