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.

Update `dotnet 5` references to `dotnet 6`

See original GitHub issue

Expected Behavior

.NET 6 to be referenced exclusively.

.NET 5 hit end of support back in May…

Actual Behavior

Various 5 references sprinkled

grep -ri 'NET 5'
Tests/bin/Debug/Python/PandasTests/PandasMapperTests.py:# Tell PythonNet to use .dotnet 5
Tests/Python/PandasTests/PandasMapperTests.py:# Tell PythonNet to use .dotnet 5
.vs/readme.md:1. Install [.Net 5](https://dotnet.microsoft.com/download) for the project
readme.md:- Install [dotnet 5](https://docs.microsoft.com/en-us/dotnet/core/install/linux):
DockerfileLeanFoundationARM:# Install dotnet 5 sdk & runtime
.vscode/readme.md:1. Install [.Net 5](https://dotnet.microsoft.com/download) for the project
.vscode/launch.json:        Builds the project with dotnet 5 and then launches the program using coreclr; supports debugging.
.vscode/launch.json:        In order to use this you need dotnet 5 on your system path, As well as the C# extension from the 

Potential Solution

Happy to send a PR updating these…

Can someone with more historical knowledge of Lean confirm that there are no reasons that certain platforms or code pieces should still reference v5?

Builds just fine for me on Ubuntu with dotnet 6; haven’t tried other platforms.

Checklist

  • I have completely filled out this template
  • I have confirmed that this issue exists on the current master branch
  • I have confirmed that this is not a duplicate issue by searching issues

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
Martin-Molinerocommented, Sep 1, 2022

Hey @ryanrussell! Believe we are good and those do not need to be updated 👍 that’s a library lean depends on

1reaction
ryanrussellcommented, Aug 22, 2022

Hey @Martin-Molinero

Updated the easy ones.

Can you advise on the lib/net5.0 replacements?

If those are as simple as a string replace, I’m happy to do it.

If it needs more thorough debugging, help will be needed to update these and ensure they are correct 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Migrate from ASP.NET Core 5.0 to 6.0
This article explains how to update an existing ASP.NET Core 5.0 project to ASP.NET Core 6.0. For instructions on how to migrate from...
Read more >
Upgrade .Net 5 to .Net 6
1- Upgrade the reference in csproj files. // Old <PropertyGroup> <TargetFramework>net5. · 2- Upgrade the packages. // Old <ItemGroup> < ...
Read more >
How to Migrate Your Application From Dotnet 5 to Dotnet 6
Start the upgrade by updating the .NET target framework. Your Web app contains a target framework moniker, which tells your application what ...
Read more >
Example of migrating to the latest .NET
Learn how to migrate your applications from .NET 5, .NET Core, and .NET Framework to .NET 7.
Read more >
Migration from Asp.Net Core 5.0 to 6.0 — Real project
The purpose of this article is to share my personal experience in migrating a real production application from .NET 5 to .NET 6....
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