Forum Discussion
ElementalLogic
Apr 11, 2022Copper Contributor
How to downgrade MAUI preview to earlier version
Ok, so I'm loving Maui, been using it a few months - fully appreciate it's still in "Preview", but started a greenfield project a couple of months ago, and it's going to evolve over the next few year...
JamesMontemagno
Microsoft
Apr 13, 2022You would want to "Pin" the Maui Version number in your csproj.
I.E.:
```
<MauiVersion>6.0.200-preview.12.2441</MauiVersion>
```
I.E.:
```
<MauiVersion>6.0.200-preview.12.2441</MauiVersion>
```