Skip to content

Commit 878739b

Browse files
authored
Update contributing.md to say you need the .NET 8 SDK rather than .NET 6 (#130)
1 parent 45895f8 commit 878739b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ from the main (upstream) repository:
153153
154154
## <a name="build"></a> Build process
155155
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
156+
* You need [.NET 8.0 SDK](https://dotnet.microsoft.com/download/dotnet/8.0)
157+
* Run `dotnet tool restore` to restore the .NET local tools defined at .config/dotnet-tools.json
158158
* To build the project run `dotnet run` (this will run the `build.fsproj` project that contains the FAKE build pipeline.)
159159
* To run unit tests run `dotnet run Test`
160160

0 commit comments

Comments
 (0)