NuGet: Add support for .msbuildproj project file extension #6347
Labels
L: dotnet:nuget
NuGet packages via nuget or dotnet
T: feature-request
Requests for new features
T: new-ecosystem
Requests for new ecosystems/languages
Is there an existing issue for this?
Feature description
Add support for project file extension: .msbuildproj
This file extension is often used in combination with Microsoft.Build.NoTargets project types (https://github.com/microsoft/MSBuildSdks/tree/main/src/NoTargets) and can contain package references as well.
See e.g. https://github.com/NuGet/NuGet.Client/blob/dccbd304b11103e08b97abf4cf4bcc1499d9235a/src/NuGet.Core/NuGet.Build.Tasks/NuGet.targets#L369 for usage of this extension in official Microsoft product.
The text was updated successfully, but these errors were encountered: