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

Portable Library (legacy) displays wrong target framework version. #114

Closed
KevinRansom opened this issue Jan 26, 2015 · 1 comment
Closed
Assignees
Labels

Comments

@KevinRansom
Copy link
Member

Opened on Codeplex by blainne

According to SO thread: http://stackoverflow.com/questions/24649958/portable-f-library-references-net-4-5-but-not-4-0/24657559#24657559

Portable Library (Legacy) project template states that it allows targeting 4.0 framework version. However, in project properties window of a project created with this template the "Target Framework" listBox allows only to select _".NET Portable Subset (.NET Framework 4.5, Silverlight 5, Windows 8)".

In fact, both the .vstemplate file and the .fsproj file created with this template have:

<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> (the .fsproj file)

and

<RequiredFrameworkVersion>4.0</RequiredFrameworkVersion> (the .vstemplate)
@KevinRansom
Copy link
Member Author

fixed #310

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

No branches or pull requests

2 participants