question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support .net core 3.0 and 3.1

See original GitHub issue

Description

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:open
  • Created 3 years ago
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
pmvqbridgecommented, Nov 20, 2020

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

0reactions
wieslawsoltescommented, Jan 5, 2021

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 with dotnet Source/Svg.csproj

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found