Using for .NET 6 preview #769
-
I don't have .NET 5 on my machine, only the .NET 6 preview as I was planning to go directly to that when it is released in November. I was hoping this app would upgrade my .NET Framework app (project files etc.) to the already installed .NET 6 but it seems that it is hard-coded for .NET 5 even though it correctly tells me that Framework '6.0.0-preview.5.21301.5' is installed. Do I need to install the .NET 5 SDK to do an initial upgrade? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 6 replies
-
You can use |
Beta Was this translation helpful? Give feedback.
-
I had tried that but it still just shows the same message: PS F:\net6test\SmartLibrarian> upgrade-assistant --target-tfm-support Preview F:\net6test\SmartLibrarian\SmartLibrarian.sln
You can resolve the problem by installing the specified framework and/or SDK. The specified framework can be found at:
|
Beta Was this translation helpful? Give feedback.
-
@simmotech I'm working on enabling a .NET 6 build of it, but has proven a bit more difficult than just adding the TFM. Hopefully by the end of the week with the next release there will be support! |
Beta Was this translation helpful? Give feedback.
-
@simmotech This is available on the CI feed and will be released to NuGet beginning of next week. Please download it by the directions on the README and give it a whirl. You must be on at least v0.3.x for this to work |
Beta Was this translation helpful? Give feedback.
@simmotech This is available on the CI feed and will be released to NuGet beginning of next week. Please download it by the directions on the README and give it a whirl. You must be on at least v0.3.x for this to work