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 multi-targeting files #26

Closed
ChrisMaddock opened this issue Mar 30, 2018 · 1 comment · Fixed by #60
Closed

Support multi-targeting files #26

ChrisMaddock opened this issue Mar 30, 2018 · 1 comment · Fixed by #60

Comments

@ChrisMaddock
Copy link
Member

I have a csproj which is targeting two versions of the .NET Framework. The vs-project-loader crashes with a NullReferenceException while looking for the TargetFramework element. (I have TargetFrameworks instead.)

Sample csproj:

<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <TargetFrameworks>net20;net45</TargetFrameworks>
  </PropertyGroup>
</Project>

This might be best solved eventually by: #25

@CharliePoole
Copy link
Contributor

🎉 This issue has been resolved in version 3.9.0 🎉

The release is available on:

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

Successfully merging a pull request may close this issue.

2 participants