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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Designed to simplify image processing, ImageSharp brings you an incredibly power
21
21
22
22
ImageSharp is designed from the ground up to be flexible and extensible. The library provides API endpoints for common image processing operations and the building blocks to allow for the development of additional operations.
23
23
24
-
Built against [.NET 6](https://docs.microsoft.com/en-us/dotnet/standard/net-standard), ImageSharp can be used in device, cloud, and embedded/IoT scenarios.
24
+
Built against [.NET 8](https://docs.microsoft.com/en-us/dotnet/standard/net-standard), ImageSharp can be used in device, cloud, and embedded/IoT scenarios.
25
25
26
26
27
27
## License
@@ -64,7 +64,7 @@ If you prefer, you can compile ImageSharp yourself (please do and help!)
64
64
65
65
- Using [Visual Studio 2022](https://visualstudio.microsoft.com/vs/)
66
66
- Make sure you have the latest version installed
67
-
- Make sure you have [the .NET 7 SDK](https://www.microsoft.com/net/core#windows) installed
67
+
- Make sure you have [the .NET 8 SDK](https://www.microsoft.com/net/core#windows) installed
68
68
69
69
Alternatively, you can work from command line and/or with a lightweight editor on **both Linux/Unix and Windows**:
0 commit comments