You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Note, currently FVim will treat all keyboards as en-US so characters and symbols are mapped incorrectly if you use a non en-US layout. [The issue is tracked here](https://github.com/yatli/fvim/issues/36).
27
26
28
27
### Features
29
28
@@ -85,7 +84,7 @@ Detaching a window into an external OS window with `Ctrl-w ge`:
85
84
Detach as many and span them over your monitors!
86
85
87
86
### Building from source
88
-
We're now targeting `net5.0` so make sure to install the latest preview SDK from the [.NET site](https://dotnet.microsoft.com/download/dotnet/5.0).
87
+
We're now targeting `net6.0` so make sure to install the latest preview SDK from the [.NET site](https://dotnet.microsoft.com/download/dotnet/6.0).
89
88
We're actively tracking the head of `Avalonia`, and fetch the nightly packages from myget (see `NuGet.config`).
0 commit comments