Bulk 'Convert project file to SDK style' Options #1345
Unanswered
JulianPritchard
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You might want to look at the experimental features for the SOLUTION_WIDE_SDK_CONVERSION flag |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Apologies if I've missed this in some documentation, but I've been unable to find it.
I'm working with quite a few solutions that are targeting .Net Framework, some of these solution have up to ~40 .csproj files in them.
The goal I have is simply to update the .csproj files (and convert to using package references for some some of the older projects).
With the above goals I don't have a need to go beyond step 3 Clean up NuGet package references, and am primarily concerned with step 2. Convert project file to SDK style. I am not doing any changes to the TFM that would require further analysis or conversions of the existing code bases.
I've used the upgrade-assistant on some smaller solution to achieve the the conversions, and it worked quite well! But using it for dozens of projects at a time would be quite tedious, so being able to automate it with preset options of
-1 Skip Backup
-2 Upgrade project to sdk style
-3 CleanUp NuGet Packages
Would be really useful for this given context ^_^
Beta Was this translation helpful? Give feedback.
All reactions