mirror of
https://github.com/quamotion/dotnet-packaging.git
synced 2026-02-15 13:46:36 +00:00
[PR #131] Loosen check for project file to allow VB, F# #255
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/quamotion/dotnet-packaging/pull/131
State: closed
Merged: Yes
In older revisions without the check dotnet-rpm could be used to package any .NET Core project. With this check in place it could only be used for C# projects anymore. This change will restore the previous functionality.