Replies: 2 comments 1 reply
-
Did you try this from the same thread? |
Beta Was this translation helpful? Give feedback.
1 reply
-
It should be net8.0-browser |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The Problem
After migration to the newest version available I'm getting the following error when trying to build Browser project:
using Avalonia.Browser;
<- The namespace does not exist in the namespace Avalonia.Repro Steps
Created multiple projects using
Avalonia Cross Platform Application
template in Visual Studio. Default Avalonia version there now is 11.0.6, so I updated it to the latest available for today: 11.2.0.Expected behavior
Web application would update to newest version. If other actions are necessary, it would be great to have the migration guide.
Browser.csproj
P.S.
The solution offered in #16634 doesn't work for me and I would like to use a more consistent approach to solving this problem.
Beta Was this translation helpful? Give feedback.
All reactions