Android and Desktop now building in the rider-fhs nix shell.

This commit is contained in:
2025-12-22 19:07:38 +00:00
parent 2a9f65b420
commit 18cdd09333
7 changed files with 868 additions and 46 deletions

View File

@@ -13,4 +13,5 @@
</Design.DataContext>
<TextBlock Text="{Binding Greeting}" HorizontalAlignment="Center" VerticalAlignment="Center"/>
</UserControl>

7
CritterFolio/global.json Normal file
View File

@@ -0,0 +1,7 @@
{
"sdk": {
"version": "8.0.0",
"rollForward": "latestMinor",
"allowPrerelease": true
}
}