-
Notifications
You must be signed in to change notification settings - Fork 256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MSBuildSdkResolver failure when attempting to pack non-SDK project #12770
Comments
Hi! Thanks for filling this issue, I see that you are using |
This comment was marked as outdated.
This comment was marked as outdated.
@martinrrm The project specified in the repro steps above is not using WindowsFormsApp1.csproj |
Team triage: Looks like a duplicate of #4054 Please add a 👍 reaction to upvote that issue. |
@jebriede This is not a duplicate of #4054. The error in that issue is |
I've had the same issue with Visual Studio 17.9.2 and Nuget 6.9.1. |
I had the same issue as @greg73, and this is not an duplicate of #4054 as @Adam-S-Daniel said. Please re-open this issue. |
NuGet Product Used
NuGet.exe
Product Version
6.6.1.2
Worked before?
No response
Impact
I'm unable to use this version
Repro Steps & Context
Microsoft Visual Studio Enterprise 2022 (64-bit) - Current
Version 17.6.4
git clone https://github.com/riverar/repro-933fd2e428de
cd repro-933fd2e428de
nuget restore
dotnet msbuild -t:Build -p:Configuration=Release -p:Platform="Any CPU"
nuget pack -IncludeReferencedProjects -Properties Configuration=Release .\WindowsFormsApp1\WindowsFormsApp1.csproj
Verbose Logs
The text was updated successfully, but these errors were encountered: