We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45895f8 commit 878739bCopy full SHA for 878739b
CONTRIBUTING.md
@@ -153,8 +153,8 @@ from the main (upstream) repository:
153
154
## <a name="build"></a> Build process
155
156
- * You need [.NET 6.0 SDK](https://dotnet.microsoft.com/download/dotnet/6.0)
157
- * Run `dotnet tool restore` to restore the .NET 6 local tools defined at .config/dotnet-tools.json
+ * You need [.NET 8.0 SDK](https://dotnet.microsoft.com/download/dotnet/8.0)
+ * Run `dotnet tool restore` to restore the .NET local tools defined at .config/dotnet-tools.json
158
* To build the project run `dotnet run` (this will run the `build.fsproj` project that contains the FAKE build pipeline.)
159
* To run unit tests run `dotnet run Test`
160
0 commit comments