You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,10 @@ Browse the [contributing section](https://github.com/castleproject/Home#its-comm
24
24
25
25
## Building
26
26
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
+
27
31
| Platforms | NuGet Feed |
28
32
|-----------------|------------|
29
33
| 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
34
38
build.cmd
35
39
```
36
40
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>`.)
0 commit comments