-
Notifications
You must be signed in to change notification settings - Fork 44
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
MSBuild.Sdk.Extras package type 'MSBuildSdk' not supported #159
Comments
Refer to #111. |
When we upgraded our old c# projects to the folder style project we used this conversion. But I just found this article. At the top of our csproj files we have: However the article says to use: Is this causing our problem? |
I have the same problem. It's a Xamarin bindings project with |
Please ensure you're using the Extras as an SDK reference and that you're using the latest 2.x version. |
Any fix for this issue, I'm unable to install the nuget |
This is intentional behavior. SDK packages shouldn't be referenced. One example is to update the following line: The behavior you're describing through Nuget is a feature that is documented by the Microsoft team, here: NuGet issue 6484 |
I get this error attempting to upgrade Package MSBuild.Sdk.Extras
'MSBuild.Sdk.Extras 2.0.24' has a package type 'MSBuildSdk' that is not supported by project.
This is in a net standard 2.0 project. I was trying to upgrade to visual studio 2019 and had a missing c# target errors and one of the suggestions was to ugrade to latest MSBuild.Sdk.Extras to resolve the error. I am not familiar with json config files where is the package type and what should it be set to.
The text was updated successfully, but these errors were encountered: