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
1414cd UnoCSharpMarkup2
1515
1616dotnet 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
1918```
2019
2120## Markup options at a glance - good for everyone!
@@ -208,7 +207,7 @@ See [here](https://github.com/VincentH-Net/CSharpForMarkup/releases/tag/csharpma
2082074) Add a C# Markup 2 project to the Uno Platform solution, e.g.:
209208 ```bat
210209 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
212211 ```
213212
214213 This will:
You can’t perform that action at this time.
0 commit comments