Can I use the upgrade assistant to upgrade to .NET Core 3.1? #794
Answered
by
mjrousos
adamclarke88
asked this question in
Q&A
-
Hi, Question is simply as the title states! Can I use this to migrate to .NET Core 3.1? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
mjrousos
Aug 16, 2021
Replies: 1 comment 6 replies
-
Yes, if you use the Upgrade Assistant supports upgrading to LTS (3.1), Current (5.0), or Preview (6.0) releases of .NET. |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
sunandabalu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, if you use the
--target-tfm-support LTS
parameter, Upgrade Assistant will upgrade apps to .NET Core 3.1 (libraries will still upgrade to .NET Standard 2.0, if possible).Upgrade Assistant supports upgrading to LTS (3.1), Current (5.0), or Preview (6.0) releases of .NET.