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

Build fails because of unsupported dotnet version #3

Closed
achilleasNP opened this issue Mar 8, 2023 · 3 comments
Closed

Build fails because of unsupported dotnet version #3

achilleasNP opened this issue Mar 8, 2023 · 3 comments

Comments

@achilleasNP
Copy link

The dotnet version 3.0 used by the project is no longer supported. Supported versions are 7.0 and 6.0
Dotnet core windows install

Is it possible to update to version 6.0 this only requires changes to the files:

global.json
src/FileFormats/src/FileFormats.BrainVisionToBidsConverterCLI/FileFormats.BrainVisionToBidsConverterCLI.csproj

Thanks,
Achilleas

@kucint kucint pinned this issue Mar 8, 2023
@kucint
Copy link
Member

kucint commented Mar 9, 2023

Hi @achilleasNP,
Thanks a lot for your comment.
Indeed, dotnet 3.0 is no longer supported.
We already updated projects to dotnet7 internally and additionally introduced some minor improvements.
Changes will be pushed to GitHub soon (within 2 weeks)
best!
tomasz

@kucint
Copy link
Member

kucint commented Mar 9, 2023

Hi @achilleasNP
it went quicker as I thought.
The updated version of Converter (net7.0) is now available.
Best!
tomasz

@kucint kucint closed this as completed Mar 9, 2023
@achilleasNP
Copy link
Author

Great! That was quick.

Thanks,
Achilleas

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

No branches or pull requests

2 participants