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

Combine .NET Framework and .NET Core fsproj and sln files #284

Closed
chinwobble opened this issue Mar 18, 2018 · 1 comment
Closed

Combine .NET Framework and .NET Core fsproj and sln files #284

chinwobble opened this issue Mar 18, 2018 · 1 comment

Comments

@chinwobble
Copy link

With VS 15.6, multi-targeting projects appear to be working properly in the IDE.

I suggest that we combine the project files if possible.

I ran into errors when trying to benchmark some tests on .NET Core where unrelated fsproj for .NET framework was throwing errors despite not even being used. After deleting the .NET framework fsproj, the tests ran properly.
The value "" of the "Project" attribute in element <Import> is invalid. Parameter "path" cannot have zero length.
I am hoping that combining will make a lot of things easier like benchmarking under different build targets.

@baronfel
Copy link
Contributor

This is done now! #325 unified the project and solution files.

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

No branches or pull requests

3 participants