Skip to content

[WASM][WindowsAppSDK] Updating existing project from .NET6 to .NET7 #10414

Answered by jeromelaban
DierkDroth asked this question in Q&A
Discussion options

You must be logged in to vote
  • First thing I noticed: is there a .NET7 equivalent to this?

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.

  • Next: I get deprecation warnings below. Is that expected?

Just a change in dotnet's behavior, we'll adjust our docs.

  • To confirm: am I now on the latest and correct UNO templates for .NET7?

Uno 4.6.x supports .NET 7.

  • when I tried dotnet new unoapp -o MyUnoApp would it say something about 'Multi-platform app .NET6' being created, which is not what I wanted

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@DierkDroth
Comment options

Answer selected by DierkDroth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants