This is a playground for experimenting with Uno Platform projects.
This repository is used for testing and experimenting with the Uno Platform, which allows for the creation of cross-platform applications using C# and XAML.
To get a local copy up and running follow these simple steps.
- Visual Studio 2022 or later with the Uno Platform extension installed
- .NET 9.0 SDK
-
Clone the repository:
git clone https://github.com/SiwiecSoft/UnoPlayground.git
-
Open the solution in Visual Studio.
-
Restore the NuGet packages:
dotnet restore
Run the project from Visual Studio or using the .NET CLI:
dotnet run