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 or 6 instead of .NET Framework? #178

Open
parched opened this issue Nov 15, 2021 · 2 comments
Open

.NET 5 or 6 instead of .NET Framework? #178

parched opened this issue Nov 15, 2021 · 2 comments
Labels
type:question Ask for further details or start conversation

Comments

@parched
Copy link

parched commented Nov 15, 2021

Would it be possible to target .NET 5 or 6 instead of .NET Framework?

We're investigating using BHoM and one of our requirements is to run the code on Linux. We could probably use the mono runtime just for the upgrader, but it would be nice if that wasn't necessary.

EDIT: I now understand this is an exe not a class library so can't target .NET Standard, so it would have to be .NET 5 or 6.

@parched parched added the type:question Ask for further details or start conversation label Nov 15, 2021
@parched parched changed the title .NET Standard instead of .NET Framework? .NET 5 or 6 instead of .NET Framework? Nov 15, 2021
@adecler
Copy link
Member

adecler commented Nov 19, 2021

Hi @parched ,

It is worth having a look at this thread if you haven't already: BHoM/BHoM#1263

That being said, the versioning toolkit is a bit of a different beast. Being a self contained executable, it makes it easier to experiment in making it a multi-platforms solution. I cannot promise a specific timeline but this is something we would be interested in doing. As always, we welcome external collaboration so don't hesitate to have a go yourself if you don't want to wait for us.

@parched
Copy link
Author

parched commented Nov 19, 2021

Ah yes I did see that after I posted this. I think it should be possible to target .NET and .NET Framework, I'll do some experimenting and submit a PR if I'm successful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:question Ask for further details or start conversation
Projects
None yet
Development

No branches or pull requests

2 participants