Skip to content

Commit cdcf817

Browse files
committed
Restructure build instructions in the README
1 parent 6cfed59 commit cdcf817

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ Browse the [contributing section](https://github.com/castleproject/Home#its-comm
2424

2525
## Building
2626

27+
Compilation requires the .NET 10 SDK.
28+
29+
Running the unit tests additionally requires the .NET Framework 4.6.2+ and the .NET 8 and 9 runtimes to be installed. (If you do not have all of those installed, you can run the tests for a specific target framework using `dotnet test -f <framework>`.)
30+
2731
| Platforms | NuGet Feed |
2832
|-----------------|------------|
2933
| Windows & Linux | [Preview Feed](https://ci.appveyor.com/nuget/core-0mhe40ifodk8)
@@ -34,10 +38,6 @@ Browse the [contributing section](https://github.com/castleproject/Home#its-comm
3438
build.cmd
3539
```
3640

37-
Compilation requires the .NET 10 SDK.
38-
39-
Running the unit tests additionally requires the .NET Framework 4.6.2+ and the .NET 8 and 9 runtimes to be installed. (If you do not have all of those installed, you can run the tests for a specific target framework using `dotnet test -f <framework>`.)
40-
4141
### On Linux
4242

4343
```

0 commit comments

Comments
 (0)