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.

Target netstandard1.3 and net45

See original GitHub issue

I’d like to make sure people don’t do weird stuff with this library unless we know about it. One way to ensure this is to only target officially supported versions of .NET Core and the full .NET framework.

We currently target netstandard1.0 but this also includes stuff like Silverlight and Windows Phone, which are no longer supported by Microsoft.

For this reason, I’d like to target netstandard1.3 (which supports .NET Core 1+, .NET 4.6+, Xamarin, Mono, UWP) and net452 to support .NET 4.5.2 (which is the only officially supported .NET 4.5 version)

See .NET Standard for details.

If people really need it for older platforms, we can always talk about it and loosen this requirement - it’s always easier to add older targets than to remove them.

Edit 2018-02-20: We are using net45 instead of net452 (see comments)

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
cwe1sscommented, Feb 20, 2018

I changed it to net45 instead of net452.

0reactions
cwe1sscommented, Mar 1, 2018

I’ve just released v0.11.0. Please create a new issue with your scenario if you need support for lower .NET Standard versions.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Target frameworks in SDK-style projects - .NET
When you target a framework in an app or library, you're specifying the set of APIs that you'd like to make available to...
Read more >
Target Frameworks Reference for NuGet
Profile # Frameworks Full name Profile2.NETFramework 4.0 portable‑net40+win8+sl4+wp7 Profile3.NETFramework 4.0 portable‑net40+sl4 Profile4.NETFramework 4.5 portable‑net45+sl4+win8+wp7
Read more >
Multi-targetting .Net Framework and .Net Core in a single project
I use the NuGet package FastExpressionCompiler, which requires Net45 or NetStandard1.3. For Net40, I replace it with just the framework ...
Read more >
Question: Multi-Target for NetStandard 2.0 and .NET 4.5 ? ...
So netstandard1.3 compatible assembly would work with netstandard1.4 etc.. But that wouldn't work with net45, net40 etc.
Read more >
How to choose target framework from Nuget package
My project is targeting net471 (so compatible with netstandard1.5). When I add the package, it copies the dll from net45 folder.
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