Support .net core 3.0 and 3.1
See original GitHub issueDescription
The project has issues on .NET Core 3.0 and 3.1; Also .NET Core 3.0 and 3.1 adds System.Drawing to the WindowsDesktop.App package which can be trapped to PackageReference
in csproj with Conditions=
.
Example data
NA
Used Versions
latest nuget; also with latest master branch. .NET Core 3.0 &3.1 is the versions I am using atm.
Note: I will see if I can get SVG to compile with netcoreapp3.0;netcoreapp3.1
.
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (2 by maintainers)
Top Results From Across the Web
.NET and .NET Core official support policy - Dot.net
For example, .NET 6 was originally released on November 8, 2021 and is supported for three years. But the actual end of support...
Read more >Migrate from ASP.NET Core 3.0 to 3.1
Learn how to migrate an ASP.NET Core 3.0 project to ASP.NET Core 3.1.
Read more >Microsoft .NET - endoflife.date
NET Core 3.1, these releases will happen every November and every other release will be LTS. LTS releases are supported for three years...
Read more >Microsoft to End Support for .NET Core 3.1 in December 2022
The long-term-support (LTS) version 3.1 of Microsoft .NET Core Framework is slated to go out of support on December 13th, 2022.
Read more >Microsoft Announces End of Support Date for .NET Core 3.1
Microsoft announced today that .NET Core 3.1, a predecessor to .NET 5 and 6, will reach its end of support on December 13,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I have just changed the svg project to .NET Core 5 and upgraded and modified for errors and have successfully made a build. Will test it on my previous 2.2 build projects now to see what issues are going to arise. If anyone wants a zip please ping me here. Cheers PM
The work done in #780 and #772 will enable building using
dotnet Source/Svg.sln
(on windows at least as the samples require that), or on other supported OS’s by .NET you can build withdotnet Source/Svg.csproj