Skip to content

Commit afdcd0c

Browse files
authored
add note about version (#50058)
1 parent e883caf commit afdcd0c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/core/testing/unit-testing-fsharp-with-xunit.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ The test project requires other packages to create and run unit tests. `dotnet n
6262
dotnet reference add ../MathService/MathService.fsproj
6363
```
6464

65+
> [!TIP]
66+
> If you're using .NET 9 SDK or earlier, use the "verb first" form (`dotnet add reference`) instead. The "noun first" form was introduced in .NET 10.
67+
6568
You can see the entire file in the [samples repository](https://github.com/dotnet/samples/blob/main/core/getting-started/unit-testing-with-fsharp/MathService.Tests/MathService.Tests.fsproj) on GitHub.
6669

6770
You have the following final solution layout:

0 commit comments

Comments
 (0)