Skip to content
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

Support SDK-based projects #2

Open
3F opened this issue Nov 13, 2017 · 4 comments
Open

Support SDK-based projects #2

3F opened this issue Nov 13, 2017 · 4 comments

Comments

@3F
Copy link
Owner

3F commented Nov 13, 2017

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.
@3F
Copy link
Owner Author

3F commented Aug 4, 2018

Same here, #5 (comment) solves problem. But this only for .netfx 4.6

@3F 3F mentioned this issue Oct 15, 2019
@3F 3F added this to the 3.0 milestone Nov 6, 2019
@SH2015
Copy link

SH2015 commented Sep 30, 2020

Any work around about this ? I am getting error with SDK style .netframework project

@3F
Copy link
Owner Author

3F commented Sep 30, 2020

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.

@SH2015
Copy link

SH2015 commented Sep 30, 2020

@3F thanks and hope to get better

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants