File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,7 @@ md UnoCSharpMarkup2
14
14
cd UnoCSharpMarkup2
15
15
16
16
dotnet new unoapp -preset recommended
17
- dotnet new mcs-uno-markup2 --presentation mvux --allow-scripts yes
18
-
17
+ dotnet new mcs-uno-markup2 --presentation mvux --renderer skia --allow-scripts yes
19
18
```
20
19
21
20
## Markup options at a glance - good for everyone!
@@ -208,7 +207,7 @@ See [here](https://github.com/VincentH-Net/CSharpForMarkup/releases/tag/csharpma
208
207
4) Add a C# Markup 2 project to the Uno Platform solution, e.g.:
209
208
```bat
210
209
cd C:\Repos\UnoApp1
211
- dotnet new mcs-uno-markup2 --appRootNamespace InnoWvate.UnoApp1 --presentation mvux --allow-scripts Yes
210
+ dotnet new mcs-uno-markup2 --appRootNamespace InnoWvate.UnoApp1 --presentation mvux --renderer skia -- allow-scripts Yes
212
211
```
213
212
214
213
This will:
You can’t perform that action at this time.
0 commit comments