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
Backport of #%source_pr_number% to %target_branch%
74
+
75
+
/cc %cc_users%
76
+
77
+
## Customer Impact
78
+
79
+
## Testing
80
+
81
+
## Risk
82
+
83
+
IMPORTANT: Is this backport for a servicing release? If so and this change touches code that ships in a NuGet package, please make certain that you have added any necessary [package authoring](https://github.com/dotnet/runtime/blob/main/docs/project/library-servicing.md) and gotten it explicitly reviewed.
Copy file name to clipboardExpand all lines: DEVGUIDE.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,12 +44,12 @@ This will update your fork with the latest from `dotnet/fsharp` on your machine
44
44
45
45
## Developing on Windows
46
46
47
-
Install the latest released [Visual Studio](https://www.visualstudio.com/downloads/), as that is what the `main` branch's tools are synced with. Select the following workloads:
47
+
Install the latest released [Visual Studio](https://visualstudio.microsoft.com/vs/preview/) preview, as that is what the `main` branch's tools are synced with. Select the following workloads:
48
48
49
49
* .NET desktop development (also check F# desktop support, as this will install some legacy templates)
50
50
* Visual Studio extension development
51
51
52
-
You will also need the latest .NET 6 SDK installed from [here](https://dotnet.microsoft.com/download/dotnet/6.0).
52
+
You will also need the latest .NET 7 SDK installed from [here](https://dotnet.microsoft.com/download/dotnet/7.0).
53
53
54
54
Building is simple:
55
55
@@ -73,10 +73,10 @@ If you don't have everything installed yet, you'll get prompted by Visual Studio
73
73
74
74
If you are just developing the core compiler and library then building ``FSharp.sln`` will be enough.
75
75
76
-
We recommend installing the latest released Visual Studio and using that if you are on Windows. However, if you prefer not to do that, you will need to install the following:
76
+
We recommend installing the latest Visual Studio preview and using that if you are on Windows. However, if you prefer not to do that, you will need to install the following:
0 commit comments