Skip to content

Commit a2cfcb9

Browse files
committed
Fix README to say that .NET 9.0 is supported (and required for build)
1 parent c4e12a4 commit a2cfcb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ A fork of the SvgNet & SvgGdi bridge (http://www.codeproject.com/KB/cs/svgnet.as
44

55
__SvgNet is now available as a Nuget:__ [SvgNet](https://www.nuget.org/packages/SvgNet/).
66

7-
__Latest version 3.5.0 is .NET Standard 2.0 and 2.1 and also .NET 8.0 (base and Windows) compatible and works with .NET Core 2.x and 3.x and .NET 5.0/6.0/7.0/8.0, but now requires .NET Framework 4.6.2 or higher__
7+
__Latest version 3.5.0 is .NET Standard 2.0 and 2.1 and also .NET 8.0/9.0 (base and Windows) compatible and works with .NET Core 2.x and 3.x and .NET 5.0/6.0/7.0/8.0/9.0, but now requires .NET Framework 4.6.2 or higher__
88

9-
To build this version properly you need .NET 8.0.403+ SDK installed
9+
To build this version properly you need .NET 8.0.404+ & 9.0.100 SDKs installed
1010

1111
## License: BSD
1212

0 commit comments

Comments
 (0)