3F / MvsSln

🧩 Customizable VisualStudio .sln parser with project support (.vcxproj, .csproj., …). Pluggable lightweight r/w handlers at runtime, and more …
MIT License
140 stars 27 forks source link

Support SDK-based projects #2

Open 3F opened 6 years ago

3F commented 6 years ago

The bug was described here: https://github.com/3F/DllExport/issues/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 commented 6 years ago

Same here, https://github.com/3F/MvsSln/issues/5#issuecomment-410464661 solves problem. But this only for .netfx 4.6

SH2015 commented 4 years ago

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

3F commented 4 years ago

Yes, https://github.com/3F/MvsSln/issues/23#issuecomment-639147675

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 commented 4 years ago

@3F thanks and hope to get better