[WASM][WindowsAppSDK] Updating existing project from .NET6 to .NET7 #10414
-
Hi, I'm working my way through updating my UNO WASM+WindowsAppSDK project from .NET6 to .NET7. A few issues I ran into:
I also tried to create a fresh, new UNO project right in VS 17.4 (latest) as per here. However, there are no UNO project templates at all in my VS I'm at a loss a I have no way to create a fresh, new WASM + WindowsAppSDK project for .NET7 :-( |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It's equivalent, net6 and net7 introduce no specific change. You can create a new app without issues with the visual studio extension, or by using
Just a change in dotnet's behavior, we'll adjust our docs.
The |
Beta Was this translation helpful? Give feedback.
It's equivalent, net6 and net7 introduce no specific change. You can create a new app without issues with the visual studio extension, or by using
dotnet new unoapp
and choose .NET 7 as the target framework. This particular document is outdated and will be removed.Just a change in dotnet's behavior, we'll adjust our docs.
Uno 4.6.x supports .NET 7.
…