mirror of
https://github.com/quamotion/dotnet-packaging.git
synced 2026-07-09 02:16:10 +00:00
[PR #131] [MERGED] Loosen check for project file to allow VB, F# #251
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?
📋 Pull Request Information
Original PR: https://github.com/quamotion/dotnet-packaging/pull/131
Author: @AndreasDekiert
Created: 11/25/2019
Status: ✅ Merged
Merged: 11/25/2019
Merged by: @qmfrederik
Base:
master← Head:patch-1📝 Commits (1)
5f09237Loosen check for project file to allow VB, F#📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
dotnet-rpm/PackagingRunner.cs(+1 -1)📄 Description
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.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.