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
Copy file name to clipboardExpand all lines: README.md
+3
Original file line number
Diff line number
Diff line change
@@ -3,3 +3,6 @@
3
3
This repository contains all F# code listings as required for all exercises and samples within the 'Get Programming with F#' book, available [here](https://www.manning.com/books/get-programming-with-f-sharp).
4
4
5
5
To install all dependencies as needed for the exercises, simply run the build.cmd file, which uses Paket to download all NuGet dependencies.
6
+
7
+
## Using VS Code / VS2017 / VS2019 and .NET Core?
8
+
Switch to the `netcore` branch of this repository. Many of the lessons and modules have been upgraded to the "new" project structure and should "just work"!
0 commit comments