Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.NET 5.0 #213

Closed
mgnslndh opened this issue Nov 27, 2020 · 2 comments · Fixed by #214
Closed

.NET 5.0 #213

mgnslndh opened this issue Nov 27, 2020 · 2 comments · Fixed by #214

Comments

@mgnslndh
Copy link
Contributor

Is there any plans on moving forward to net5.0 as a supported target platform now that .NET 5.0 has been released? If so, do you need any help with that effort?

@Dirkster99
Copy link
Owner

Hi Maknus,

I actually missed the info that net5.0 was already released as I am a bit side tracked with other things at the end of the year, so, yes any help would be really great and very welcome :-)

I understand net5.0 replaces netcore, right? So, we would have to change the project to produce:

  • Net4.0 (which was the original framework target) and
  • Net5.0

right?

If thats about correct:

  1. Can you tell me what I need locally besides VS 2019 Community Edition to get net5.0 compilled?
  2. would you be able to prepare a PR with the new target?

I would then:

  1. Release the current master branch to NuGet
  2. Merge the PR and prepare a new NuGet from this as such re-factorings are usually a big change in itself...

Does that sound like a good plan?

@mgnslndh
Copy link
Contributor Author

That sound about right. I'll give it a go and hopefully the upgrade from .netcoreapp3.x is smooth.

You will need VS 2019 16.8.x (think 16.8.2 is the latest right now) and it should be available if you launch VS Installer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants