--- slug: dotnet-new title: Create Projects with 'x new' --- All ServiceStack Projects can be created using the .NET Core [x dotnet tool](https://www.nuget.org/packages/x): ## Install :::sh dotnet tool install --global x ::: ### Update Or if you had a previous version installed, update with: :::sh dotnet tool update -g x ::: All features from the cross-platform `x` dotnet tool are also available from the [.NET Core Windows Desktop app](/netcore-windows-desktop) tool: :::sh dotnet tool install --global app ::: #### Usage To view a list of projects run: :::sh x new ::: Where it will display all repositories in [.NET Core](https://github.com/NetCoreTemplates), [.NET Framework](https://github.com/NetFrameworkTemplates) and [ASP.NET Core Framework](https://github.com/NetFrameworkCoreTemplates) GitHub Orgs: :::{class="not-prose table table-striped"} ::include web-new-netcore.md::

 

::include web-new-corefx.md::

 

::include web-new-netfx.md:: ::: #### Usage ```bash $ x new `