diff --git a/README.markdown b/README.markdown
index f5bddac..e1ec7fe 100644
--- a/README.markdown
+++ b/README.markdown
@@ -4,17 +4,11 @@ A fork of the SvgNet & SvgGdi bridge (http://www.codeproject.com/KB/cs/svgnet.as
__SvgNet is now available as a Nuget:__ [SvgNet](https://www.nuget.org/packages/SvgNet/).
-__Latest version 2.0.5 is .NET Standard 2.0 and 2.1 compatible and works with .NET Core 2.x and 3.x, but now requires .NET Framework 4.6.1 or higher__
+__Latest version 2.1.1 is .NET Standard 2.0 and 2.1 compatible and works with .NET Core 2.x and 3.x, but now requires .NET Framework 4.7.1 or higher__
-To build this version properly you need .NET Core 3.0.100 SDK installed as it is pinned (via global.json)
+To build this version properly you need .NET Core 3.1.403 SDK installed as it is pinned (via global.json)
to that version...
-----------
-```diff
-- WARNING: Switching default branch from master to main
-```
-----------
-
## License: BSD
Copyright © 2003 RiskCare Ltd. All rights reserved.
diff --git a/SvgNet/SvgNet.csproj b/SvgNet/SvgNet.csproj
index b3b0da5..f005547 100644
--- a/SvgNet/SvgNet.csproj
+++ b/SvgNet/SvgNet.csproj
@@ -3,12 +3,12 @@
net461;netstandard2.0;netstandard2.1
netstandard2.0;netstandard2.1
- 8.0
+ 9.0
SVG
SvgNet
true
..\.nugets
- 2.1.0
+ 2.1.1
SVG
svgnetdoc.xml
CS1591
@@ -29,7 +29,7 @@
-
+
diff --git a/SvgNetUnitTests/SvgNetUnitTests.csproj b/SvgNetUnitTests/SvgNetUnitTests.csproj
index e56a328..4b2ee3b 100644
--- a/SvgNetUnitTests/SvgNetUnitTests.csproj
+++ b/SvgNetUnitTests/SvgNetUnitTests.csproj
@@ -10,8 +10,8 @@
-
-
+
+
diff --git a/global.json b/global.json
index 2223a05..9731311 100644
--- a/global.json
+++ b/global.json
@@ -1,5 +1,5 @@
{
"sdk": {
- "version": "3.0.100"
+ "version": "3.1.403"
}
}
\ No newline at end of file