Skip to content

Commit dbc73dc

Browse files
committed
Address PR review comments
1 parent 9f01455 commit dbc73dc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ If you can't find an existing issue, please [open a new issue on GitHub](https:/
2323

2424
Before you begin, ensure you have the following installed:
2525

26-
- **.NET SDK 8.0 or later** - Required to build and test the project
26+
- **.NET SDK 10.0 or later** - Required to build and test the project
2727
- Download from [dotnet.microsoft.com/download](https://dotnet.microsoft.com/download)
2828
- Verify installation: `dotnet --version`
2929

@@ -34,7 +34,6 @@ The dev container configuration in this repository includes all the necessary to
3434
From the root directory of the repository, run:
3535

3636
```bash
37-
dotnet restore
3837
dotnet build
3938
```
4039

@@ -50,6 +49,8 @@ From the root directory, run:
5049
dotnet test
5150
```
5251

52+
Some tests require Docker to be installed and running locally. If Docker is not available, those tests will be skipped.
53+
5354
Some tests require credentials for external services. When these are not available, those tests will be skipped.
5455

5556
Use the following environment variables to provide credentials for external services:

0 commit comments

Comments
 (0)