-
Notifications
You must be signed in to change notification settings - Fork 124
Use .NET 4.0 - fixes #160 #163
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
Conversation
|
Still working on it. Please do not merge. |
|
It now creates nuget package for .NET 4.0 and 4.5. Ready to merge |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you make the default when developing be v4.5 please? Thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done.
|
It's also running nunit on both dlls, but sourcelink is only happening for 4.5 |
|
Here is my second trial: #167 |
fixes fsharp#163 closes fsharp#172 commit 1d8b42efda514357bcb14bd1838a4e9c6dc3cdab Author: Don Syme <[email protected]> Date: Thu Jan 29 10:15:54 2015 +0000 NOP commit to run appveyor commit 290c154a5c68c517a395db0c57553a45b5dea85e Author: Don Syme <[email protected]> Date: Thu Jan 29 01:13:14 2015 +0000 minor update to fix commit 210201dcce89c9d1875056686c57093b5df04a32 Author: Don Syme <[email protected]> Date: Thu Jan 29 01:06:30 2015 +0000 FIx fsharp#163 - Array2d.* don't work on non-zero-based arrays


Let's see what happens.