We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The bug was described here: 3F/DllExport#56
For example, the following definition below should cause a problem as for #1:
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>netcoreapp2.0</TargetFramework> </PropertyGroup> </Project>
The default XML namespace of the project must be the MSBuild XML namespace or no namespace.
The text was updated successfully, but these errors were encountered:
Same here, #5 (comment) solves problem. But this only for .netfx 4.6
Sorry, something went wrong.
Any work around about this ? I am getting error with SDK style .netframework project
Yes, #23 (comment)
Unfortunately I can't personally continue yet due to https://twitter.com/GitHub3F/status/1302228682870841345
For 2.x please follow the information here https://github.com/3F/MvsSln/wiki/Advanced-Features#how-to-use-modern-versions-of-msbuild-for-netfx
Thanks for using! Follow the news.
@3F thanks and hope to get better
No branches or pull requests
The bug was described here: 3F/DllExport#56
For example, the following definition below should cause a problem as for #1:
The text was updated successfully, but these errors were encountered: