-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Upgrade dotnet versions #240
Conversation
Mandur
commented
Jul 3, 2020
•
edited
Loading
edited
- Upgrade .net 2.2 to 3.1
- Upgrade function runtime to ~3
- Use standard Arduino library for the CI
Should we also update the .NET and dependencies versions in the \Samples and \Tools project folder? |
Thanks for the suggestion @TechPreacher that sound like a lovely idea! |
I'm happy to take this if you are short on time. |
That would be great, Do you include it in another PR then? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Had a few suggestions. One thing we could think about is moving all the common used variables (target framework, unit test versions, etc) into a props file and reference it everywhere. This way modifying the used version is done in a single place and applied to all projects.