diff --git a/Source/Svg.csproj b/Source/Svg.csproj index 12bd09c9e..6ea3f2df8 100644 --- a/Source/Svg.csproj +++ b/Source/Svg.csproj @@ -1,6 +1,7 @@  netstandard2.0;netstandard2.1;netcoreapp3.1;net5.0;net462 + $(TargetFrameworks);net6.0-windows MS-PL Svg Svg @@ -57,39 +58,44 @@ - Svg for .Net Framework 4.5.2 + Svg for .NET Framework 4.5.2 $(DefineConstants);NETFULL;NET452;Net4 true - Svg for .Net Framework 4.6.2 + Svg for .NET Framework 4.6.2 $(DefineConstants);NETFULL;NET462;Net4 true - Svg for .Net Core 2.1 + Svg for .NET Core 2.1 $(DefineConstants);NETCORE;NETCORE21 - Svg for .Net Core 3.1 + Svg for .NET Core 3.1 $(DefineConstants);NETCORE;NETCORE31 - Svg for .Net 5.0 + Svg for .NET 5.0 $(DefineConstants);NETCORE;NETCORE50 + + + Svg for .NET 6.0 on WindowsDesktop (WinForms, WPF) + $(DefineConstants);NETCORE;NETCORE60 + - Svg for .Net Standard 2.0 + Svg for .NET Standard 2.0 $(DefineConstants);NETSTANDARD;NETSTANDARD20 - Svg for .Net Standard 2.1 + Svg for .NET Standard 2.1 $(DefineConstants);NETSTANDARD;NETSTANDARD21 @@ -106,6 +112,7 @@ + @@ -117,7 +124,7 @@ - + @@ -127,7 +134,7 @@ - +