You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 16, 2020. It is now read-only.
I compiled and included the latest open source MSBuild so that VisualStudioVersion would be set correctly when loading projects . Unfortunately, it appears that this solution may not be working for portable projects.
I compiled and included the latest open source MSBuild so that
VisualStudioVersion
would be set correctly when loading projects . Unfortunately, it appears that this solution may not be working for portable projects.original problem: #50
original solution: http://blog.ctaggart.com/2015/05/sourcelinkmsbuild-uploaded-to-nuget.html
On AppVeyor it evaluated to
10.0
:fsprojects/FSharp.Data#852
On my computer it evaluated to
11.0
:In both cases, it should have been set to
12.0
for Visual Studio 2013.The original work-a-round was to hardcode the setting to load:
Instead of:
Another test work trying is commenting out
Common.props
.The text was updated successfully, but these errors were encountered: